UNPKG

@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.

9 lines (6 loc) 184 B
'use client'; 'use strict'; const FLIP_ERRORS = { context: "Flip component was not found in the tree"}; exports.FLIP_ERRORS = FLIP_ERRORS; //# sourceMappingURL=Flip.errors.cjs.map