feat(electron): spellcheck setting (#8730)

fix AF-1647
This commit is contained in:
pengx17
2024-11-11 13:03:33 +00:00
parent b3749246f6
commit 35f3fc7b5d
12 changed files with 172 additions and 65 deletions

View File

@@ -41,10 +41,11 @@ export const sharedStorage = (globalThis as any).__sharedStorage as
export type { SharedStorage };
export type { UpdateMeta } from '@affine/electron/main/updater/event';
export {
type SpellCheckStateSchema,
type TabViewsMetaSchema,
type WorkbenchMeta,
type WorkbenchViewMeta,
type WorkbenchViewModule,
} from '@affine/electron/main/windows-manager/tab-views-meta-schema';
} from '@affine/electron/main/shared-state-schema';
export type { UpdateMeta } from '@affine/electron/main/updater/event';