mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
20 lines
678 B
TypeScript
20 lines
678 B
TypeScript
/**
|
|
* Manually create initial page structure.
|
|
* In collaboration mode or on page refresh with local persistence,
|
|
* the page structure will be automatically loaded from provider.
|
|
* In these cases, these functions should not be called.
|
|
*/
|
|
export * from './affine-snapshot.js';
|
|
export * from './database.js';
|
|
export * from './embed.js';
|
|
export * from './empty.js';
|
|
export * from './heavy.js';
|
|
export * from './heavy-whiteboard.js';
|
|
export * from './linked.js';
|
|
export * from './multiple-editor.js';
|
|
export * from './pending-structs.js';
|
|
export * from './preset.js';
|
|
export * from './synced.js';
|
|
export type { InitFn } from './utils.js';
|
|
export * from './version-mismatch.js';
|