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.
2 parents 99b99e4 + 0f3209a commit 10b38f5Copy full SHA for 10b38f5
src/index.tsx
@@ -3,7 +3,7 @@ import { throttle } from 'throttle-debounce';
3
import { ThresholdUnits, parseThreshold } from './utils/threshold';
4
5
type Fn = () => any;
6
-interface Props {
+export interface Props {
7
next: Fn;
8
hasMore: boolean;
9
children: ReactNode;
0 commit comments