@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.
7 lines (6 loc) • 383 B
text/typescript
export { Flip } from './Flip';
export type { FlipBaseProps, FlipCssVariables, FlipDirection, FlipFactory, FlipIn, FlipOut, FlipProps, } from './Flip';
export type { FlipTargetProps } from './FlipTarget/FlipTarget';
export type { FlipFrontProps } from './FlipFront/FlipFront';
export type { FlipBackProps } from './FlipBack/FlipBack';
export { useFlipContext } from './Flip.context';