UNPKG

react-native-picker-modal-view

Version:
6 lines (5 loc) 197 B
import * as React from 'react'; import { IScrollToTop } from '../Interfaces'; export declare class ScrollToTopComponent extends React.PureComponent<IScrollToTop, {}> { render(): JSX.Element; }