gov-gui
Version:
Gov UI Component Library Typscript Build
20 lines (19 loc) • 583 B
TypeScript
import { AnimationProps } from '../../global/animation-helpers';
export declare class GovIcon implements AnimationProps {
name: string;
color?: string;
size: string;
variant: string;
animation?: string;
animationDelay?: '2s' | '3s' | '4s' | '5s';
animationSpeed?: 'slow' | 'slower' | 'fast' | 'faster';
private allClasses;
watchAnimations(): void;
watchAnimationsDelay(): void;
watchAnimationsSpeed(): void;
componentWillLoad(): void;
provideClass(): void;
private getSizeValue;
private validVariants;
render(): any;
}