UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

5 lines (3 loc) 205 B
import { ReactElement } from 'react'; import _InfiniteScroll, { Props } from 'react-infinite-scroll-component'; export const InfiniteScroll = _InfiniteScroll as unknown as (props: Props) => ReactElement;