UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

183 lines (182 loc) 4.67 kB
import '../../global/animate.min.css'; /** * Stepper component used to navigate through steps in either horizontal or vertical layout. * It includes validation and allows for form submission at the end of the steps. */ declare const _default: { title: string; component: string; tags: string[]; parameters: { actions: { handles: string[]; }; }; argTypes: { variant: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; steps: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; nextText: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; prevText: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; submitText: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; resetOnSubmit: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; category: string; }; }; maxStepsVisible: { control: { type: string; min: number; }; description: string; table: { type: { summary: string; }; defaultValue: { summary: number; }; category: string; }; }; validateStep: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; onSubmit: { control: 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 Stepper: any;