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

Timeline.displayName = 'Timeline';
Timeline.Item.displayName = 'Timeline.Item';

export {Timeline, type TimelineFactory, type TimelineProps} from '@mantine/core';
