UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

4 lines (3 loc) 164 B
import { ReactElement } from 'react'; import { Props } from 'react-infinite-scroll-component'; export declare const InfiniteScroll: (props: Props) => ReactElement;