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

Class

packages/react-aria-components/src/TableLayout.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import {useContext, useMemo} from 'react';
17
18export class TableLayout<T, O extends TableLayoutProps = TableLayoutProps>
19 extends BaseTableLayout<T, O>
20 implements LayoutOptionsDelegate<TableLayoutProps>
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected