export type DrawerPosition = 'top' | 'right' | 'bottom' | 'left' | 'bottom-edge';