UNPKG

@silkytone/danmu

Version:

弹幕的简单实现,实现普通弹幕或高级弹幕。

2 lines (1 loc) 126 B
export declare function VNode(tag: string, props?: Record<string, any>, children?: Array<string | HTMLElement>): HTMLElement;