import { StylableComponentProps } from '../theme' export interface DrawerProps extends StylableComponentProps { name: string width?: number docked?: boolean }