insert.d.ts 148 B

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