UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

4 lines (3 loc) 146 B
/// <reference types="react" /> import { TextAreaProps } from './type'; export declare function TextAreaBrick(props: TextAreaProps): JSX.Element;