You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
832 B
1 lines
832 B
{"ast":null,"code":"import Drawer from './src/drawer.mjs';\nexport { drawerEmits, drawerProps } from './src/drawer2.mjs';\nimport { withInstall } from '../../utils/vue/install.mjs';\nconst ElDrawer = withInstall(Drawer);\nexport { ElDrawer, ElDrawer as default };","map":{"version":3,"names":["ElDrawer","withInstall","Drawer"],"sources":["../../../../../packages/components/drawer/index.ts"],"sourcesContent":["import { withInstall } from '@element-plus/utils'\nimport Drawer from './src/drawer.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElDrawer: SFCWithInstall<typeof Drawer> = withInstall(Drawer)\nexport default ElDrawer\n\nexport * from './src/drawer'\n"],"mappings":";;;AAEY,MAACA,QAAQ,GAAGC,WAAW,CAACC,MAAM","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|