UNPKG

tdesign-vue

Version:
29 lines (28 loc) 926 B
import { TdNotificationProps, NotificationOptions } from './type'; import { Styles } from '../common'; declare const _default: import("vue/types/vue").ExtendedVue<{ classPrefix: string; componentName: string; commonSizeClassName: Record<string, string>; commonStatusClassName: Record<string, string>; } & Record<never, any> & import("../config-provider/config-receiver").ConfigComponent & import("vue").default, { list: any[]; }, { add(options: TdNotificationProps): number; remove(index: number): void; removeAll(): void; getOffset(val: string | number): string | number; notificationStyles(item: { offset: NotificationOptions['offset']; zIndex: number; }): Styles; getListeners(index: number): { 'close-btn-click': () => void; 'duration-end': () => void; }; }, { styles: Styles; }, { placement: string; }>; export default _default;