Merge version_1_1782065737334 into main #4
@@ -17,7 +17,7 @@ export default function HeroExpand({
|
||||
onComplete
|
||||
}: HeroExpandProps) {
|
||||
const [isExpanded, setIsExpanded] = useState(false);
|
||||
const timerRef = useRef<NodeJS.Timeout | undefined>();
|
||||
const timerRef = useRef<ReturnType<typeof setTimeout> | undefined>();
|
||||
|
||||
const handleComplete = useCallback(() => {
|
||||
if (onComplete) onComplete();
|
||||
|
||||
Reference in New Issue
Block a user