UNPKG

@ark-ui/react

Version:

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

14 lines (9 loc) 454 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const react = require('react'); const DrawerStackStoreContext = react.createContext(void 0); const DrawerStackStoreProvider = DrawerStackStoreContext.Provider; const useDrawerStackStore = () => react.useContext(DrawerStackStoreContext); exports.DrawerStackStoreProvider = DrawerStackStoreProvider; exports.useDrawerStackStore = useDrawerStackStore;