@linzjs/step-ag-grid
Version:
[](https://github.com/semantic-release/semantic-release) > Reusable [ag-grid](https://www.ag-grid.com/) component for LINZ / Toitū te whenua.
10 lines (9 loc) • 323 B
TypeScript
import { MutableRefObject } from 'react';
import { MenuDirection, MenuOverflow } from '../types';
export declare const MenuListContext: import("react").Context<{
overflow?: MenuOverflow;
overflowAmt?: number;
parentMenuRef?: MutableRefObject<any>;
parentDir?: MenuDirection;
reposSubmenu?: boolean;
}>;