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

Affix.displayName = 'Affix';

export {Affix, type AffixFactory, type AffixProps} from '@mantine/core';
