mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 01:42:55 +08:00
7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
import type * as CommandsType from '@blocksuite/affine-shared/commands';
|
|
|
|
declare type _GLOBAL_ = typeof CommandsType;
|
|
|
|
export * from './doc';
|
|
export * from './edgeless';
|