We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfdaa2 commit 4510c5dCopy full SHA for 4510c5d
src/ts-tailwind/Components/ScrollStack/ScrollStack.tsx
@@ -1,4 +1,5 @@
1
-import React, { ReactNode, useLayoutEffect, useRef, useCallback } from 'react';
+import React, { useLayoutEffect, useRef, useCallback } from 'react';
2
+import type { ReactNode } from "react";
3
import Lenis from 'lenis';
4
5
export interface ScrollStackItemProps {
0 commit comments