UNPKG
@silkytone/danmu
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
弹幕的简单实现,实现普通弹幕或高级弹幕。
github.com/silky-tone/Danmu
silky-tone/Danmu
@silkytone/danmu
/
dist
/
types
/
utils
/
node.d.ts
2 lines
(1 loc)
•
126 B
TypeScript
View Raw
1
2
export
declare
function
VNode
(
tag
:
string
,
props
?:
Record
<
string
,
any
>,
children
?:
Array
<
string
|
HTMLElement
>
):
HTMLElement
;