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
/
tools
/
toolbar_template.d.ts
8 lines
(7 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
ToolbarProps
{
location
:
"above"
|
"below"
|
"left"
|
"right"
;
sticky
:
"sticky"
|
"non-sticky"
;
logo
?:
"normal"
|
"grey"
; }
declare
const
_default
:
(
props
:
ToolbarProps
) =>
HTMLElement
;
export
default
_default;