UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 264 B
import Alert from './src/alert.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElAlert: SFCWithInstall<typeof Alert>; export default ElAlert; export * from './src/alert'; export type { AlertInstance } from './src/instance';