import { AnyObject } from '@p-lc/shared'; import { EditorRawPlugin } from '../../types'; import { editorPluginStyleStore } from './editor-plugin-style-store'; /** * 编辑器样式仓库初始化插件属性扩展 */ export interface EditorPluginStyleStoreInitPropertiesExt { editorInitOptions: { /** * CSS 变量 */ cssVars?: AnyObject; }; } /** * 编辑器样式仓库初始化插件 */ export declare const editorPluginStyleStoreInit: EditorRawPlugin; //# sourceMappingURL=editor-plugin-style-store-init.d.ts.map