UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

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