@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
19 lines • 763 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$props: Partial<typeof props>;
position: string;
hotkey: unknown[];
richColors: boolean;
expand: boolean;
visibleToasts: number;
closeButton: boolean;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const props: {
readonly position: string;
readonly hotkey: unknown[];
readonly richColors: boolean;
readonly expand: boolean;
readonly visibleToasts: number;
readonly closeButton: boolean;
};
//# sourceMappingURL=Toast.vue.d.ts.map