mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
refactor(editor): reorg code structure of store package (#9525)
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
/// <reference path="../shim.d.ts" />
|
||||
|
||||
export * from './adapter/index.js';
|
||||
export * from './model/index.js';
|
||||
export * from './reactive/index.js';
|
||||
export * from './schema/index.js';
|
||||
export * from './store/index.js';
|
||||
export * from './transformer/index.js';
|
||||
export { type IdGenerator, nanoid, uuidv4 } from './utils/id-generator.js';
|
||||
export * as Utils from './utils/utils.js';
|
||||
export * from './yjs/index.js';
|
||||
|
||||
const env =
|
||||
|
||||
Reference in New Issue
Block a user