index.ts 234 B

123456789
  1. import { withInstall } from '@element-plus/utils'
  2. import Alert from './src/alert.vue'
  3. export const ElAlert = withInstall(Alert)
  4. export default ElAlert
  5. export * from './src/alert'
  6. export type { AlertInstance } from './src/instance'