import * as React from 'react';
import TextField from '@material-ui/core/TextField';
{
// https://github.com/mui-org/material-ui/issues/12999
const defaulted = (
);
const standard = (
);
const standardOutlinedClassname = (
);
const filled = (
{
// type inference for event still works?
const value = event.target.value; // $ExpectType string
}}
/>
);
const outlined = (
);
}