UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

13 lines (10 loc) • 295 B
"use client"; import { createContext } from '@nex-ui/utils'; const [DrawerProvider, useDrawer] = createContext({ contextName: 'DrawerContext', hookName: 'useDrawer', providerName: 'DrawerProvider', strict: true, defaultValue: null }); export { DrawerProvider, useDrawer };