UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 471 B
"use client"; import { createSafeContext } from "../../core/utils/create-safe-context/create-safe-context.mjs"; //#region packages/@mantine/core/src/components/FloatingWindow/FloatingWindow.context.ts const [FloatingWindowProvider, useFloatingWindowContext] = createSafeContext("FloatingWindow.ResizeHandle must be used within FloatingWindow"); //#endregion export { FloatingWindowProvider, useFloatingWindowContext }; //# sourceMappingURL=FloatingWindow.context.mjs.map