UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

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