UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

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