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
/
tabs.d.ts
4 lines
(3 loc)
•
100 B
TypeScript
View Raw
1
2
3
4
import
"bootstrap/tab"
;
export
declare
var
TabsView
:
() =>
any
;
export
declare
var
Tabs
:
() =>
any
;