Files
AFFiNE-Mirror/blocksuite/affine/block-latex/src/index.ts
T

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;