UNPKG

@ark-ui/react

Version:

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

11 lines (6 loc) 342 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const useFloatingPanelContext = require('./use-floating-panel-context.cjs'); const FloatingPanelContext = (props) => props.children(useFloatingPanelContext.useFloatingPanelContext()); exports.FloatingPanelContext = FloatingPanelContext;