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 91747aa commit 0f3209aCopy full SHA for 0f3209a
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