UNPKG

rn-draggable-bottom-drawer

Version:
8 lines (7 loc) 263 B
import { FunctionComponent } from "react"; interface IDraggableBottomDrawerProps { backgroundColor?: string; startOpen?: boolean; } declare const DraggableBottomDrawer: FunctionComponent<IDraggableBottomDrawerProps>; export default DraggableBottomDrawer;