thematic-break.d.ts 163 B

1234
  1. /** @type {Construct} */
  2. export const thematicBreak: Construct;
  3. import type { Construct } from 'micromark-util-types';
  4. //# sourceMappingURL=thematic-break.d.ts.map