UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

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