mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
refactor(editor): optimize store map (#10246)
This commit is contained in:
@@ -22,6 +22,7 @@ import { syncBlockProps } from './utils.js';
|
||||
export type StoreOptions = {
|
||||
schema: Schema;
|
||||
doc: Doc;
|
||||
id?: string;
|
||||
readonly?: boolean;
|
||||
query?: Query;
|
||||
provider?: ServiceProvider;
|
||||
|
||||
Reference in New Issue
Block a user