UNPKG

react-textscroll

Version:

text scroll for notice board.

12 lines (10 loc) 186 B
export enum Mode { vertical = 'vertical', horizontal = 'horizontal' } export interface TextScrollProp { className?: string mode: string text: Array<string> speed?: number }