get-markdown.d.ts 145 B

123
  1. import type { Ctx } from '@milkdown/ctx';
  2. export declare function getMarkdown(): (ctx: Ctx) => string;
  3. //# sourceMappingURL=get-markdown.d.ts.map