mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
12 lines
345 B
TypeScript
12 lines
345 B
TypeScript
import type * as RichTextEffects from '@blocksuite/affine-rich-text/effects';
|
|
|
|
declare type _GLOBAL_ = typeof RichTextEffects;
|
|
|
|
export * from './adapters/extensions';
|
|
export * from './command';
|
|
export * from './default-inline-manager';
|
|
export * from './exts';
|
|
export * from './inline-spec';
|
|
export * from './keymap';
|
|
export * from './markdown';
|