Files
AFFiNE-Mirror/packages/frontend/workspace/src/global-schema.ts
T
2023-12-15 07:20:50 +00:00

7 lines
252 B
TypeScript

import { __unstableSchemas, AffineSchemas } from '@blocksuite/blocks/models';
import { Schema } from '@blocksuite/store';
export const globalBlockSuiteSchema = new Schema();
globalBlockSuiteSchema.register(AffineSchemas).register(__unstableSchemas);