outline.d.ts 193 B

1234567
  1. import type { Ctx } from '@milkdown/ctx';
  2. export declare function outline(): (ctx: Ctx) => Array<{
  3. text: string;
  4. level: number;
  5. id: string;
  6. }>;
  7. //# sourceMappingURL=outline.d.ts.map