refactor(editor): optimize store map (#10246)

This commit is contained in:
Saul-Mirone
2025-02-18 13:30:09 +00:00
parent 15e9acefc2
commit faf6e2c79f
7 changed files with 96 additions and 36 deletions

View File

@@ -22,6 +22,7 @@ import { syncBlockProps } from './utils.js';
export type StoreOptions = {
schema: Schema;
doc: Doc;
id?: string;
readonly?: boolean;
query?: Query;
provider?: ServiceProvider;