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

UnstyledButton.displayName = 'UnstyledButton';

export {UnstyledButton, type UnstyledButtonFactory, type UnstyledButtonProps} from '@mantine/core';
