UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 168 B
export declare const useGridAriaAttributes: () => { role: string; 'aria-colcount': number; 'aria-rowcount': number; 'aria-multiselectable': boolean; };