UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

38 lines (37 loc) 1.23 kB
import { ISvgData } from './progress-types'; import './progress.scss'; declare const _default: import("vue").DefineComponent<{ height: string; strokeWidth: number; showContent: boolean; percentage: number; percentageText: string; barBgColor: string; isCircle: boolean; percentageTextPlacement: string; percentageTextColor: string; }, { data: ISvgData; normalPercentage: import("vue").Ref<number, number>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ height: string; strokeWidth: number; showContent: boolean; percentage: number; percentageText: string; barBgColor: string; isCircle: boolean; percentageTextPlacement: string; percentageTextColor: string; }> & Readonly<{}>, { height: string; strokeWidth: number; showContent: boolean; percentage: number; percentageText: string; barBgColor: string; isCircle: boolean; percentageTextPlacement: string; percentageTextColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;