UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 386 B
"use client"; //#region packages/@mantine/core/src/components/Grid/Grid.context.ts const [GridProvider, useGridContext] = require("../../core/utils/create-safe-context/create-safe-context.cjs").createSafeContext("Grid component was not found in tree"); //#endregion exports.GridProvider = GridProvider; exports.useGridContext = useGridContext; //# sourceMappingURL=Grid.context.cjs.map