48fc23ff72ce9df7dd2c9957a08a9afe6f40371a0f18da2f5c12dd5114f99739341516a96a10d3c6e35678aa915578e793374e138a0f3b5d08a52dec6e51a2 264 B

123456
  1. import Alert from './src/alert.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElAlert: SFCWithInstall<typeof Alert>;
  4. export default ElAlert;
  5. export * from './src/alert';
  6. export type { AlertInstance } from './src/instance';