stdproject/frontend/node_modules/element-plus/lib/components/alert/index.d.ts

7 lines
264 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
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';