UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 258 B
import React from 'react'; import { TextareaProps as MantineTextareaProps } from '@mantine/core'; export type TextAreaProps = MantineTextareaProps; declare const TextArea: ({ styles, ...props }: TextAreaProps) => React.JSX.Element; export { TextArea };