UNPKG

@nextcloud/vue

Version:
86 lines (85 loc) 2.27 kB
declare const _default: import('vue').DefineComponent<{ /** * The accessible label for the progressbar. */ ariaLabel?: string | undefined; /** * The id of the element that labels the progressbar. */ ariaLabelledby?: string | undefined; /** * The id of the element that describes the progressbar. */ ariaDescribedby?: string | undefined; /** * 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; /** * Show value at the end of progress bar (only for linear type) */ showValue?: boolean; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ /** * The accessible label for the progressbar. */ ariaLabel?: string | undefined; /** * The id of the element that labels the progressbar. */ ariaLabelledby?: string | undefined; /** * The id of the element that describes the progressbar. */ ariaDescribedby?: string | undefined; /** * 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; /** * Show value at the end of progress bar (only for linear type) */ showValue?: boolean; }> & Readonly<{}>, { size: "small" | "medium" | number; type: "linear" | "circular"; value: number; ariaLabel: string; ariaDescribedby: string; color: string; ariaLabelledby: string; showValue: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;