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

Pill.displayName = 'Pill';

export {Pill, type PillFactory, type PillProps} from '@mantine/core';
