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

Anchor.displayName = 'Anchor';

export {
    Anchor,
    type AnchorCssVariables,
    type AnchorFactory,
    type AnchorProps,
    type AnchorStylesNames,
    type AnchorVariant,
} from '@mantine/core';
