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

Portal.displayName = 'Portal';

export {Portal, type PortalProps} from '@mantine/core';
