UNPKG
@jbrowse/plugin-config
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.7.0
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.18.0
2.17.0
2.16.1
2.16.0
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.0
2.13.1
2.13.0
2.12.3
2.12.2
2.12.1
2.12.0
2.11.2
2.11.1
2.11.0
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.2
2.7.1
2.7.0
2.6.3
2.6.2
2.6.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.0
2.0.1
2.0.0
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.1
1.7.0
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.2
1.4.1
1.4.0
1.3.3
1.3.1
1.3.0
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1-beta.16
0.0.1-beta.15
JBrowse 2 config utilities
jbrowse.org
GMOD/jbrowse-components
@jbrowse/plugin-config
/
esm
/
ConfigurationEditorWidget
/
components
/
ConfigurationTextField.d.ts
5 lines
(4 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
TextFieldProps
}
from
'@mui/material'
;
export
default
function
ConfigurationTextField
(
props
: { helperText?:
string
; } &
TextFieldProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;