@nextcloud/vue
Version:
Nextcloud vue components
50 lines (49 loc) • 1.28 kB
TypeScript
declare const _default: import('vue').DefineComponent<{
/**
* An integer between 0 and 100
*/
value?: number;
/**
* Determines the height of the progressbar.
*/
size?: "small" | "medium" | number;
/**
* Applies an error color to the progressbar if true.
*/
error?: boolean;
/**
* Progress bar variant
*/
type?: "linear" | "circular";
/**
* The color of the progress bar
*/
color?: string;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
/**
* An integer between 0 and 100
*/
value?: number;
/**
* Determines the height of the progressbar.
*/
size?: "small" | "medium" | number;
/**
* Applies an error color to the progressbar if true.
*/
error?: boolean;
/**
* Progress bar variant
*/
type?: "linear" | "circular";
/**
* The color of the progress bar
*/
color?: string;
}> & Readonly<{}>, {
size: "small" | "medium" | number;
type: "linear" | "circular";
value: number;
color: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;