Files
AFFiNE-Mirror/blocksuite/affine/shared/src/commands/index.d.ts
T
2024-12-20 15:38:06 +08:00

6 lines
214 B
TypeScript

// This is a dev-only file to make other packages use commands from this package.
export type * from './block-crud/index.js';
export type * from './model-crud/index.js';
export type * from './selection/index.js';