export type { DrawerProps } from './props'; /** 不同的弹出位置 */ export type DrawerDirection = 'left' | 'top' | 'right' | 'bottom';