UNPKG

@opencloud-eu/design-system

Version:

OpenCloud Design System is used to design OpenCloud UI components

20 lines (19 loc) 681 B
export interface Props { /** * @docs The maximum value of the progress. * @default 100 */ max?: number; /** * @docs The current progress value. * @default 0 */ progress?: number; /** * @docs Determines if the label should be shown. * @default false */ showLabel?: boolean; } declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; export default _default;