UNPKG

@engie-group/fluid-design-system-react

Version:

Fluid Design System React

8 lines (7 loc) 289 B
type MenuSelectionContext = { selectItem: (index: number) => void; selectedIndexes: number[]; closeOnSelect: boolean; }; export declare const NJMenuSelectionContext: import("react").Context<MenuSelectionContext>, useMenuSelectionContext: () => MenuSelectionContext; export {};