UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

5 lines (4 loc) 275 B
/// <reference types="react" /> import { TextFieldProps } from '@mui/material/TextField'; import { GridFilterInputValueProps } from './GridFilterInputValueProps'; export declare function GridFilterInputBoolean(props: GridFilterInputValueProps & TextFieldProps): JSX.Element;