gov-gui
Version:
Gov UI Component Library Typscript Build
115 lines (114 loc) • 2.95 kB
TypeScript
import '../../global/animate.min.css';
/**
* Progress Bars visually represent the completion status of a task or process.
* They are often used to show the progress of file uploads, time remaining, or completion percentages.
*/
declare const _default: {
title: string;
tags: string[];
parameters: {
actions: {
handles: string[];
};
};
argTypes: {
progress: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: number;
};
category: string;
};
};
label: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
variant: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
type: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
animation: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
animationDelay: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
animationSpeed: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
};
};
export default _default;
export declare const ProgressBar: any;