UNPKG

@jbrowse/plugin-config

Version:

JBrowse 2 config utilities

5 lines (4 loc) 196 B
import type { TextFieldProps } from '@mui/material'; export default function ConfigurationTextField(props: { helperText?: string; } & TextFieldProps): import("react/jsx-runtime").JSX.Element;