Skip to content

Commit 10b38f5

Browse files
authored
Merge pull request #151 from danielsogl/patch-1
feat: export prop interface
2 parents 99b99e4 + 0f3209a commit 10b38f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { throttle } from 'throttle-debounce';
33
import { ThresholdUnits, parseThreshold } from './utils/threshold';
44

55
type Fn = () => any;
6-
interface Props {
6+
export interface Props {
77
next: Fn;
88
hasMore: boolean;
99
children: ReactNode;

0 commit comments

Comments
 (0)