@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
18 lines (17 loc) • 738 B
TypeScript
declare const _default: import("vue").DefineComponent<{
maxWidth: number;
showInfo: boolean;
status: import("./sub-component.props").UploadProgressStatusType;
percent: number;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
maxWidth: number;
showInfo: boolean;
status: import("./sub-component.props").UploadProgressStatusType;
percent: number;
}> & Readonly<{}>, {
maxWidth: number;
showInfo: boolean;
status: import("./sub-component.props").UploadProgressStatusType;
percent: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;