import { LiteralObject } from '@p-lc/shared'; import { EditorRawPlugin } from '../../types'; import { editorPluginUidlStore } from '../uidl-store-plugins'; /** * 编辑器元素仓库插件属性扩展 */ export interface EditorPluginElementStorePropertiesExt { editor: { /** * 元素仓库 */ elementStore: LiteralObject; }; } /** * 编辑器元素仓库插件 */ export declare const editorPluginElementStore: EditorRawPlugin; //# sourceMappingURL=editor-plugin-element-store.d.ts.map