@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
8 lines (7 loc) • 446 B
JavaScript
"use client";
//#region packages/@mantine/core/src/components/EmptyState/EmptyState.context.ts
const [EmptyStateProvider, useEmptyStateContext] = require("../../core/utils/create-safe-context/create-safe-context.cjs").createSafeContext("EmptyState component was not found in tree");
//#endregion
exports.EmptyStateProvider = EmptyStateProvider;
exports.useEmptyStateContext = useEmptyStateContext;
//# sourceMappingURL=EmptyState.context.cjs.map