UNPKG

react-native-pull-ups

Version:

Native Bottom Sheet Implementations for iOS and Android. Toddler approved.

6 lines 250 B
/// <reference types="react" /> import type { PullUpProps, SheetState } from './types'; declare const PullUp: (props: PullUpProps) => JSX.Element; export default PullUp; export type { PullUpProps, SheetState }; //# sourceMappingURL=index.ios.d.ts.map