thematic-break.d.ts 391 B

1234567891011
  1. /**
  2. * @param {ThematicBreak} _
  3. * @param {Parents | undefined} _1
  4. * @param {State} state
  5. * @returns {string}
  6. */
  7. export function thematicBreak(_: ThematicBreak, _1: Parents | undefined, state: State): string;
  8. import type { ThematicBreak } from 'mdast';
  9. import type { Parents } from 'mdast';
  10. import type { State } from 'mdast-util-to-markdown';
  11. //# sourceMappingURL=thematic-break.d.ts.map