mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
17bf75e843
Closes: [BS-2216](https://linear.app/affine-design/issue/BS-2216/remove-global-types-in-command)
10 lines
275 B
TypeScript
10 lines
275 B
TypeScript
export * from './commands.js';
|
|
export * from './surface-ref-block.js';
|
|
export * from './surface-ref-block-edgeless.js';
|
|
export {
|
|
EdgelessSurfaceRefBlockSpec,
|
|
PageSurfaceRefBlockSpec,
|
|
} from './surface-ref-spec.js';
|
|
export * from './types.js';
|
|
export * from './utils.js';
|