UNPKG

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

Version:

Fluid Design System React

8 lines (5 loc) 302 B
import { useInteractions } from '@floating-ui/react'; import { Utils } from '../../utils/util'; type PopoverInteractionContext = ReturnType<typeof useInteractions>; export const [NJPopoverInteractionContext, usePopoverInteractionContext] = Utils.initializeSoftContext<PopoverInteractionContext>();