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
/
canvas
/
canvas_template.d.ts
6 lines
(5 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
CanvasProps
{
map
:
boolean
; }
declare
const
_default
:
(
props
:
CanvasProps
) =>
HTMLElement
;
export
default
_default;