UNPKG

ise-react-mui

Version:
4 lines (3 loc) 167 B
/// <reference types="react" /> import { TextFieldProps } from '@mui/material/TextField'; export default function IseTextFiled(props: TextFieldProps): JSX.Element;