@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
17 lines (16 loc) • 786 B
TypeScript
import { NotifyData } from '../notify.props';
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;