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 0a17f57 commit 324de08Copy full SHA for 324de08
examples/horizontal-scroll.tsx
@@ -6,7 +6,7 @@ interface Item {
6
height: number;
7
}
8
9
-const Rect = ({ style }: any) => (
+const Rect = ({ style }: { style?: React.CSSProperties }) => (
10
<div
11
style={{
12
position: 'sticky',
0 commit comments