UNPKG

@zhou96/marquee-text

Version:
9 lines (8 loc) 195 B
export interface MarqueeTextProps { text: string; className?: string; style?: React.CSSProperties; speed?: number; pauseOnHover?: boolean; direction?: "left" | "right"; }