UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines (4 loc) 246 B
import { createSafeContext } from '@mantine/utils'; const [DrawerProvider, useDrawerContext] = createSafeContext("Drawer component was not found in tree"); export { DrawerProvider, useDrawerContext }; //# sourceMappingURL=Drawer.context.js.map