UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

15 lines 357 B
export default function TextField() { return { MuiFormHelperText: { styleOverrides: { root: { '&.Mui-error': { marginTop: 0, lineHeight: 1 } } } } }; } //# sourceMappingURL=TextField.js.map