replace-all.d.ts 174 B

123
  1. import type { Ctx } from '@milkdown/ctx';
  2. export declare function replaceAll(markdown: string, flush?: boolean): (ctx: Ctx) => void;
  3. //# sourceMappingURL=replace-all.d.ts.map