mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 13:38:49 +08:00
11 lines
329 B
TypeScript
11 lines
329 B
TypeScript
import type * as RichTextEffects from '@blocksuite/affine-rich-text/effects';
|
|
import type RemarkMath from 'remark-math';
|
|
|
|
export * from './adapters';
|
|
export * from './command';
|
|
export * from './exts';
|
|
export * from './inline-spec';
|
|
export * from './markdown';
|
|
|
|
declare type _GLOBAL_ = typeof RichTextEffects | typeof RemarkMath;
|