UNPKG

react-lrcplayer

Version:

React 带歌词的简易播放器

7 lines (6 loc) 95 B
export interface LrcObj { /**时间戳 */ t: number; /**歌词 */ c: string; }