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
900 B
1 lines
900 B
{"ast":null,"code":"import notify from './src/notify.mjs';\nexport { notificationEmits, notificationProps, notificationTypes } from './src/notification.mjs';\nimport { withInstallFunction } from '../../utils/vue/install.mjs';\nconst ElNotification = withInstallFunction(notify, \"$notify\");\nexport { ElNotification, ElNotification as default };","map":{"version":3,"names":["ElNotification","withInstallFunction","notify"],"sources":["../../../../../packages/components/notification/index.ts"],"sourcesContent":["import { withInstallFunction } from '@element-plus/utils'\n\nimport Notify from './src/notify'\n\nexport const ElNotification = withInstallFunction(Notify, '$notify')\nexport default ElNotification\n\nexport * from './src/notification'\n"],"mappings":";;;AAEY,MAACA,cAAc,GAAGC,mBAAmB,CAACC,MAAM,EAAE,SAAS","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|