UNPKG

@twistezo/react-text-scramble

Version:
11 lines (10 loc) 292 B
export declare type ScrambleText = string; export declare type ScrambleTexts = ScrambleText[]; export declare type TextScrambleProps = { texts: ScrambleTexts; className?: string; letterSpeed?: number; nextLetterSpeed?: number; paused?: boolean; pauseTime?: number; };