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
/
models
/
widgets
/
dropdown.d.ts
4 lines
(3 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
import
"bootstrap/dropdown"
;
export
declare
var
DropdownView
:
() =>
any
;
export
declare
var
Dropdown
:
() =>
any
;