UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

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