import {Transition} from '@mantine/core';

Transition.displayName = 'Transition';

export {Transition, type TransitionProps} from '@mantine/core';
