UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

101 lines (100 loc) 2.51 kB
import '../../global/animate.min.css'; /** * Icon component used to display SVG icons with different sizes, colors, and variants. */ declare const _default: { title: string; tags: string[]; parameters: { actions: { handles: string[]; }; }; argTypes: { name: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; size: { control: string; options: 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; }; }; 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 Icon: any;