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
/
checkbox_button_group.d.ts
4 lines
(3 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
import
"bootstrap/button"
;
export
declare
var
CheckboxButtonGroupView
:
() =>
any
;
export
declare
var
CheckboxButtonGroup
:
() =>
any
;