UNPKG

tdesign-vue-next

Version:
29 lines (28 loc) 856 B
import { TdMessageProps } from './type'; import { PropType } from 'vue'; declare const _default: { closeBtn: { type: PropType<TdMessageProps["closeBtn"]>; default: TdMessageProps["closeBtn"]; }; content: { type: PropType<TdMessageProps["content"]>; }; duration: { type: NumberConstructor; default: number; }; icon: { type: PropType<TdMessageProps["icon"]>; default: TdMessageProps["icon"]; }; theme: { type: PropType<TdMessageProps["theme"]>; default: TdMessageProps["theme"]; validator(val: TdMessageProps["theme"]): boolean; }; onClose: PropType<TdMessageProps["onClose"]>; onCloseBtnClick: PropType<TdMessageProps["onCloseBtnClick"]>; onDurationEnd: PropType<TdMessageProps["onDurationEnd"]>; }; export default _default;