UNPKG

@mantine/modals

Version:

Modals manager based on Mantine components

9 lines (8 loc) 283 B
"use client"; import { createContext } from "react"; //#region packages/@mantine/modals/src/context.ts const ModalsContext = createContext(null); ModalsContext.displayName = "@mantine/modals/ModalsContext"; //#endregion export { ModalsContext }; //# sourceMappingURL=context.mjs.map