UNPKG

react-native-swipe-up-panel

Version:
7 lines (6 loc) 147 B
import * as React from 'react'; declare type BarProps = { barStyle?: object; }; export declare const Bar: React.FC<BarProps>; export {};