element-plus
Version:
> TODO: description
6 lines (5 loc) • 322 B
TypeScript
import type { SFCWithInstall } from 'element-plus/es/utils/types';
declare const _Notify: SFCWithInstall<import("./src/notification.type").INotification>;
export default _Notify;
export declare const ElNotification: SFCWithInstall<import("./src/notification.type").INotification>;
export * from './src/notification.type';