UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 375 B
"use client"; import { createSafeContext } from "../../core/utils/create-safe-context/create-safe-context.mjs"; //#region packages/@mantine/core/src/components/Card/Card.context.ts const [CardProvider, useCardContext] = createSafeContext("Card component was not found in tree"); //#endregion export { CardProvider, useCardContext }; //# sourceMappingURL=Card.context.mjs.map