export type DrawerSize = 'small' | 'medium' | 'large' | string; export type DrawerPosition = 'top' | 'bottom' | 'left' | 'right';