UNPKG

@mui/x-data-grid

Version:

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

4 lines (3 loc) 260 B
import * as React from 'react'; import type { GridSlotsComponentsProps } from '../../models/gridSlotsComponentsProps'; export default function MUISelectOption({ native, ...props }: NonNullable<GridSlotsComponentsProps['baseSelectOption']>): React.JSX.Element;