/** * 抽屉属性 */ export interface DrawerProps { /** * 传送门选择器 */ to?: string; /** * 显示的页面地址 */ url?: string; }