UNPKG
@antv/f6-plugin
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
F6 plugin
github.com/antvis/F6
antvis/F6
@antv/f6-plugin
/
es
/
time-bar
/
ui
/
control-bar
/
play-btn.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
{
ShapeStyle
}
from
'@antv/f6-core'
;
declare
function
createPlayBtn
(
style
:
ShapeStyle
):
any
;
export
default
createPlayBtn;