@gfazioli/mantine-flip
Version:
Flip component is a wrapper for any component that can be flipped. It is used to create cards, flip boxes and more.
11 lines (8 loc) • 296 B
JavaScript
'use client';
import { createSafeContext } from '@mantine/core';
import { FLIP_ERRORS } from './Flip.errors.mjs';
const [FlipContextProvider, useFlipContext] = createSafeContext(
FLIP_ERRORS.context
);
export { FlipContextProvider, useFlipContext };
//# sourceMappingURL=Flip.context.mjs.map