3 lines
153 B
TypeScript
Raw Normal View History

2024-08-02 18:19:39 +08:00
export { default as NInfiniteScroll, infiniteScrollProps } from './src/InfiniteScroll';
export type { InfiniteScrollProps } from './src/InfiniteScroll';