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