UNPKG
@oplayer/danmuku
Version:
latest (1.0.17)
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
Danmuku plugin for oplayer
github.com/shiyiya/oplayer
@oplayer/danmuku
/
dist
/
index.d.ts
6 lines
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
PlayerPlugin
}
from
'@oplayer/core'
;
import
type
{
Options
}
from
'./types'
;
export
*
from
'./types'
;
declare
const
_default
:
(
option
:
Options
) =>
PlayerPlugin
;
export
default
_default;
//# sourceMappingURL=index.d.ts.map