export type AnimationType = 'pulse' | 'spin' | 'bounce' | 'ping' | 'wiggle' | 'flip' | 'heartbeat' | 'shake' | 'swing' | 'tada' | 'rubber' | 'press' | 'nudge' | 'success' | 'pop' | 'none'; export type EntranceAnimationType = 'fadeIn' | 'fadeInUp' | 'fadeInDown' | 'fadeInLeft' | 'fadeInRight' | 'scaleIn' | 'slideInUp' | 'slideInDown' | 'rotateIn' | 'zoomIn'; export type TriggerType = 'always' | 'hover' | 'click' | 'focus'; export type WeightType = 'light' | 'regular' | 'bold'; //# sourceMappingURL=types.d.ts.map