dist directory

This commit is contained in:
2024-03-12 05:28:28 +01:00
parent a385e96520
commit a27c84b7a9
283 changed files with 24264 additions and 1 deletions

View File

@@ -0,0 +1,60 @@
import type { ProgressLabelPosition, ProgressSize, ProgressVariant } from './types';
declare const _default: import("vue").DefineComponent<{
label: {
type: import("vue").PropType<string>;
default: string;
};
progress: {
type: import("vue").PropType<number>;
default: number;
};
color: {
type: import("vue").PropType<ProgressVariant>;
default: string;
};
size: {
type: import("vue").PropType<ProgressSize>;
default: string;
};
labelPosition: {
type: import("vue").PropType<ProgressLabelPosition>;
default: string;
};
labelProgress: {
type: import("vue").PropType<boolean>;
default: boolean;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
label: {
type: import("vue").PropType<string>;
default: string;
};
progress: {
type: import("vue").PropType<number>;
default: number;
};
color: {
type: import("vue").PropType<ProgressVariant>;
default: string;
};
size: {
type: import("vue").PropType<ProgressSize>;
default: string;
};
labelPosition: {
type: import("vue").PropType<ProgressLabelPosition>;
default: string;
};
labelProgress: {
type: import("vue").PropType<boolean>;
default: boolean;
};
}>>, {
label: string;
progress: number;
color: ProgressVariant;
size: ProgressSize;
labelPosition: ProgressLabelPosition;
labelProgress: boolean;
}, {}>;
export default _default;