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
/
slidertemplate.d.ts
8 lines
(7 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
SliderProps
{
id
:
string
;
title
?:
string
;
orientation
:
"horizontal"
|
"vertical"
; }
declare
const
_default
:
(
props
:
SliderProps
) =>
HTMLElement
;
export
default
_default;