UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

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