get-html.d.ts 137 B

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