@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
12 lines (11 loc) • 612 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
showTopLeftToast: () => void;
showTopToast: () => void;
showTopRightToast: () => void;
showRightToast: () => void;
showBottomRightToast: () => void;
showBottomToast: () => void;
showBottomLeftToast: () => void;
showLeftToast: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;