Buckets:
| import { SxProps } from '@mui/system'; | |
| import { InternalStandardProps as StandardProps, Theme } from '..'; | |
| import { InputBaseProps } from '../InputBase'; | |
| import { InputClasses } from './inputClasses'; | |
| export interface InputProps extends StandardProps<InputBaseProps> { | |
| /** | |
| * Override or extend the styles applied to the component. | |
| */ | |
| classes?: Partial<InputClasses>; | |
| /** | |
| * If `true`, the `input` will not have an underline. | |
| */ | |
| disableUnderline?: boolean; | |
| /** | |
| * The system prop that allows defining system overrides as well as additional CSS styles. | |
| */ | |
| sx?: SxProps<Theme>; | |
| } | |
| /** | |
| * | |
| * Demos: | |
| * | |
| * - [Text Field](https://mui.com/material-ui/react-text-field/) | |
| * | |
| * API: | |
| * | |
| * - [Input API](https://mui.com/material-ui/api/input/) | |
| * - inherits [InputBase API](https://mui.com/material-ui/api/input-base/) | |
| */ | |
| declare const Input: ((props: InputProps) => React.JSX.Element) & { muiName: string }; | |
| export default Input; | |
Xet Storage Details
- Size:
- 952 Bytes
- Xet hash:
- 6ae8ef38038772a052f7de41152b5bf2251930135902f3042e727e7c92133661
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.