UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

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