UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

6 lines (5 loc) 422 B
/// <reference types="react" /> import { Theme } from '@mui/material'; import type { RootTextAreaProps } from './TextArea.types'; declare const BaseTextArea: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & RootTextAreaProps, import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, {}>; export default BaseTextArea;