UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

9 lines (8 loc) 380 B
import { IEditorBrickConfig } from '@chief-editor/core'; import { IBrickTabConfig, IBrickTabState, ITabDatasource } from './type'; export declare type ITabEditorConfig = IEditorBrickConfig<null, ITabDatasource, null, IBrickTabConfig, IBrickTabState>; export declare const TabMockData: { label: string; value: number; }[]; export declare const TabConfig: ITabEditorConfig;