UNPKG

@linzjs/step-ag-grid

Version:

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) > Reusable [ag-grid](https://www.ag-grid.com/) component for LINZ / Toitū te whenua.

11 lines (10 loc) 446 B
import { FocusPosition } from '../types'; interface MenuListItemContextType { isParentOpen?: boolean; isSubmenuOpen?: boolean; dispatch: (actionType: number, item: any, nextIndex: FocusPosition) => void; updateItems: (item: any, isMounted?: boolean) => void; setOpenSubmenuCount: (fn: (count: number) => number) => void; } export declare const MenuListItemContext: import("react").Context<MenuListItemContextType>; export {};