@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
23 lines • 900 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$props: Partial<typeof props>;
size: string;
variant: string;
value: string | number;
max: string | number;
showValue: boolean;
showRawValue: boolean;
dynamicColor: boolean;
strokeLinecap: string;
}, {}, {}, {}, 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 size: string;
readonly variant: string;
readonly value: string | number;
readonly max: string | number;
readonly showValue: boolean;
readonly showRawValue: boolean;
readonly dynamicColor: boolean;
readonly strokeLinecap: string;
};
//# sourceMappingURL=CircularProgress.vue.d.ts.map