/// export interface FrameAnimationProps { direction?: 'vertical' | 'horizontal'; imgNumber: number; frameNumber?: number; width: React.CSSProperties['width']; height: React.CSSProperties['height']; icon: string; style?: React.CSSProperties; }