UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

7 lines (4 loc) 176 B
'use client'; import { usePopoverContext } from './use-popover-context.js'; const PopoverContext = (props) => props.children(usePopoverContext()); export { PopoverContext };