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

Textarea.displayName = 'Textarea';

export {Textarea, type TextareaFactory, type TextareaProps} from '@mantine/core';
