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.

4 lines (3 loc) 189 B
export { Flip } from './Flip'; export type { FlipBaseProps, FlipCssVariables, FlipDirection, FlipFactory, FlipIn, FlipOut, } from './Flip'; export { useFlipContext } from './Flip.context';