Skip to content

Commit 0f3209a

Browse files
authored
feat: export prop interface
1 parent 91747aa commit 0f3209a

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)