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
/
selecttemplate.d.ts
10 lines
(9 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
SelectProps
{
id
:
string
;
title
:
string
;
name
:
string
;
value
:
string
;
options
:
Array
<
string
| [
string
,
string
]>; }
declare
const
_default
:
(
props
:
SelectProps
) =>
HTMLElement
;
export
default
_default;