UNPKG
@qier-player/danmaku
Version:
latest (2.0.3)
2.0.3
Powerful danmaku, support many features.
github.com/vortesnail/qier-player
vortesnail/qier-player
@qier-player/danmaku
/
dist
/
es
/
main
/
commander
/
index.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
RollingCommander
from
'./rolling'
;
import
FixedBottomCommander
from
'./fixed-bottom'
;
export
{
RollingCommander
,
FixedBottomCommander
};