UNPKG

react-native-multiple-modals

Version:

Native implementation with the ability to display multiple Modals

7 lines 241 B
import { FC, ReactNode } from 'react'; type ScrollContextResetterProps = { children: ReactNode; }; export declare const ScrollContextResetter: FC<ScrollContextResetterProps>; export {}; //# sourceMappingURL=ScrollContextResetter.d.ts.map