UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 156 B
/// <reference types="react" /> import { TextAreaProps } from './TextArea.types'; export declare const TextArea: ({ value }: TextAreaProps) => JSX.Element;