UNPKG

infinity-forge

Version:
6 lines (5 loc) 213 B
export type EffectNames = 'hoverUnderline' | 'hoverBg' | 'bounceToBottom' | 'bounceToTop' | 'hoverScaling' | 'noEffect'; export interface IEffectsProps { effect?: EffectNames; children: React.ReactNode; }