import { Pd } from '@p-lc/pd'; import { EditorRawPlugin } from '../../types'; import { editorPluginPdStore } from './editor-plugin-pd-store'; /** * 编辑器 PD 仓库初始化插件属性扩展 */ export interface EditorPluginPdStoreInitPropertiesExt { editorInitOptions: { /** * PD */ pds?: Pd[]; }; } /** * 编辑器 PD 仓库初始化插件 */ export declare const editorPluginPdStoreInit: EditorRawPlugin; //# sourceMappingURL=editor-plugin-pd-store-init.d.ts.map