UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

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