@chief-editor/brick-control
Version:
Control Brick for chief editor
11 lines (10 loc) • 373 B
TypeScript
export declare const SortConfig: {
getInitialDatasource(): null;
getDisplayData: () => null;
getDynamicDefaultValue: () => null;
getDefaultValue: () => null;
getPartBoardInfoFromBrickData: () => null;
getRenderConfig: () => import("@chief-editor/flow").IFlowBrickRenderConfig;
getInitialState: () => {};
getDynamicInitialState: () => {};
};