UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

5 lines (4 loc) 340 B
import { IEditorBrickConfig } from '@chief-editor/core'; import { IBrickVerticalRepeatConfig, IVerticalRepeatValue } from './type'; export declare type IVerticalRepeatEditorConfig = IEditorBrickConfig<IVerticalRepeatValue, null, null, IBrickVerticalRepeatConfig, {}>; export declare const VerticalRepeatConfig: IVerticalRepeatEditorConfig;