stdproject/frontend/node_modules/element-plus/es/components/drawer/index.d.ts
2025-05-30 13:43:31 +08:00

6 lines
217 B
TypeScript

import Drawer from './src/drawer.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElDrawer: SFCWithInstall<typeof Drawer>;
export default ElDrawer;
export * from './src/drawer';