export interface BottomPopUpProps {
    onDismiss: () => any,
    maxHeight?: number,
    minHeight?: number,
    visible: boolean
}