watercolor-ui
Version:
A modern minimalist cross-framework component library
16 lines • 746 B
TypeScript
declare const _default: import('vue').DefineComponent<{}, {
size: string;
animated: boolean;
status: string;
showText: boolean;
animationType: string;
$props: {
readonly size?: string | undefined;
readonly animated?: boolean | undefined;
readonly status?: string | undefined;
readonly showText?: boolean | undefined;
readonly animationType?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
export default _default;
//# sourceMappingURL=Status.vue.d.ts.map