UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

18 lines (17 loc) 564 B
import { AnimationProps } from '../../global/animation-helpers'; export declare class GovChoiceChips implements AnimationProps { name: string; selectedValue: string; animation?: string; animationDelay?: '2s' | '3s' | '4s' | '5s'; animationSpeed?: 'slow' | 'slower' | 'fast' | 'faster'; private allClasses; watchAnimations(): void; watchAnimationsDelay(): void; watchAnimationsSpeed(): void; private handleChipClick; componentWillLoad(): void; componentDidLoad(): void; provideClass(): void; render(): any; }