UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

7 lines (6 loc) 184 B
import { IBranchEditorConfig } from './type'; export declare const branchMockData: { label: string; value: number; }[]; export declare const BranchConfig: IBranchEditorConfig;