MCPcopy Create free account
hub / github.com/adobe/react-spectrum / useGridRowGroup

Function useGridRowGroup

packages/react-aria/src/grid/useGridRowGroup.ts:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 * Provides the accessibility implementation for a row group in a grid.
22 */
23export function useGridRowGroup(): GridRowGroupAria {
24 return {
25 rowGroupProps: {
26 role: 'rowgroup'
27 }
28 };
29}

Callers 1

useTableRowGroupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected