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
/
lib
/
time-bar
/
dispatcher.d.ts
5 lines
(4 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
dispatch
(
key
:
any
, ...
args
:
any
[]
):
void
;
export
declare
function
subscribe
(
key
:
any
,
fn
:
any
):
void
;
export
declare
function
unsubscribe
(
key
:
any
,
fn
:
any
):
void
;
export
declare
function
unsubscribeAll
(
):
void
;