UNPKG
react-lrcplayer
Version:
beta (2.3.2-beta)
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.3.2-beta
2.3.1-beta
2.3.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
React 带歌词的简易播放器
os.arsrna.cn/demo/nodejs/lrcplayer
react-lrcplayer
/
dist
/
util.d.ts
3 lines
(2 loc)
•
94 B
TypeScript
View Raw
1
2
3
import
{
LrcObj
}
from
"./type"
;
export
declare
function
createLrcObj
(
lrc
:
string
):
LrcObj
[];