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
880 B

{"ast":null,"code":"import Alert from './src/alert2.mjs';\nexport { alertEffects, alertEmits, alertProps } from './src/alert.mjs';\nimport { withInstall } from '../../utils/vue/install.mjs';\nconst ElAlert = withInstall(Alert);\nexport { ElAlert, ElAlert as default };","map":{"version":3,"names":["ElAlert","withInstall","Alert"],"sources":["../../../../../packages/components/alert/index.ts"],"sourcesContent":["import { withInstall } from '@element-plus/utils'\nimport Alert from './src/alert.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElAlert: SFCWithInstall<typeof Alert> = withInstall(Alert)\nexport default ElAlert\n\nexport * from './src/alert'\nexport type { AlertInstance } from './src/instance'\n"],"mappings":";;;AAEY,MAACA,OAAO,GAAGC,WAAW,CAACC,KAAK","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}