UNPKG

tass-ui

Version:

A high quality UI Toolkit built on Vue.js3+.

76 lines (75 loc) 1.89 kB
declare const _sfc_main: import("vue").DefineComponent<{ select: { type: StringConstructor; default: () => String; }; type: { type: StringConstructor; default: () => String; }; color: { type: StringConstructor; default: () => String; }; percent: { type: NumberConstructor; default: () => Number; }; status: { type: StringConstructor; default: () => String; }; width: { type: StringConstructor; default: () => string; }; height: { type: StringConstructor; default: () => string; }; }, { props: any; height: import("vue").Ref<string>; width: import("vue").Ref<string>; color: import("vue").Ref<string>; percent: import("vue").Ref<number>; progressValue: import("vue").Ref<number>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ select: { type: StringConstructor; default: () => String; }; type: { type: StringConstructor; default: () => String; }; color: { type: StringConstructor; default: () => String; }; percent: { type: NumberConstructor; default: () => Number; }; status: { type: StringConstructor; default: () => String; }; width: { type: StringConstructor; default: () => string; }; height: { type: StringConstructor; default: () => string; }; }>>, { type: string; width: string; height: string; select: string; color: string; percent: number; status: string; }>; export default _sfc_main;