UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
build
/
js
/
tree
/
core
/
backbone.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
export
declare
var
Model
:
(
attributes
:
any
,
options
:
any
) =>
void
;
export
declare
var
View
:
(
options
:
any
) =>
void
;