UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

67 lines (66 loc) 1.74 kB
import '../../global/animate.min.css'; /** A varient of the chips compact. * These allow users to select a single option from a set of options of chips.*/ declare const _default: { title: string; tags: string[]; argTypes: { 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; }; }; chips: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; }; }; export default _default; export declare const ChoiceChips: any;