6 lines
217 B
TypeScript
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';
|