UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

24 lines (23 loc) 722 B
import { GlobalProps } from '../../global/global-styles-helper'; import { AnimationProps } from '../../global/animation-helpers'; export declare class GovBadge implements GlobalProps, AnimationProps { el: HTMLElement; classes?: string; styles?: { [key: string]: string; }; variant?: string; size?: string; animation?: string; animationDelay?: '2s' | '3s' | '4s' | '5s'; animationSpeed?: 'slow' | 'slower' | 'fast' | 'faster'; private allClasses; componentWillLoad(): void; watchAnimations(): void; watchAnimationsDelay(): void; watchAnimationsSpeed(): void; handleSize(): void; watchVisibility(): void; provideClass(): void; render(): any; }