@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
21 lines (20 loc) • 972 B
TypeScript
import { NotifyData } from '../notify.props';
/**
* 1、只有描述内容时,则显示图标、描述内容
* 2、有标题和内容时,则不显示图标,显示标题和描述内容,展示特殊背景和边线颜色
*/
declare const _default: import("vue").DefineComponent<{
showCloseButton: boolean;
animate: import("../notify.props").ToastyAnimate;
options?: NotifyData | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<{
showCloseButton: boolean;
animate: import("../notify.props").ToastyAnimate;
options?: NotifyData | undefined;
}> & Readonly<{
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
}>, {
showCloseButton: boolean;
animate: import("../notify.props").ToastyAnimate;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;