mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 20:57:08 +08:00
17bf75e843
Closes: [BS-2216](https://linear.app/affine-design/issue/BS-2216/remove-global-types-in-command)
10 lines
233 B
TypeScript
10 lines
233 B
TypeScript
import type * as RemarkMathType from 'remark-math';
|
|
|
|
export * from './adapters';
|
|
export * from './commands';
|
|
export * from './latex-block';
|
|
export * from './latex-spec';
|
|
|
|
// Global types
|
|
declare type _GLOBAl = typeof RemarkMathType;
|