UNPKG

react-admin-component

Version:
8 lines (7 loc) 404 B
import React from 'react'; declare type ScrollUpProps = { location: any; children: React.ReactElement; }; declare const ScrollUp: (props: ScrollUpProps) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>; export default ScrollUp;