UNPKG

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

Version:

Fluid Design System React

11 lines (8 loc) 291 B
import { Utils } from '../../utils/util'; type MenuSelectionContext = { selectItem: (index: number) => void; selectedIndexes: number[]; closeOnSelect: boolean; }; export const [NJMenuSelectionContext, useMenuSelectionContext] = Utils.initializeSoftContext<MenuSelectionContext>();