vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
10 lines (9 loc) • 694 B
TypeScript
import { default as _Progress } from './src/index.vue';
export declare const Progress: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{}>, {
type: "line" | "circle";
status: "normal" | "success" | "error";
strokeWidth: number;
circleSize: number;
strokeColor: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>;
export type ProgressInstance = InstanceType<typeof _Progress>;