/** * 默认样式命名空间名称 */ export declare const STYLE_NAMESPACE_TAG = "gct"; /** * 插件基础路径 */ export declare const PLUGIN_BASE_URL = "/minio"; export { EditorRegisterConst } from './editor-register/editor-register'; export { EditorType, EditorTypeOld } from './editor-type/editor-type'; export { FormContainerType } from './form-container-type/form-container-type'; export { CoreConst } from './core';