| 12345678910111213 |
- /**
- * @param {Break} _
- * @param {Parents | undefined} _1
- * @param {State} state
- * @param {Info} info
- * @returns {string}
- */
- export function hardBreak(_: Break, _1: Parents | undefined, state: State, info: Info): string;
- import type { Break } from 'mdast';
- import type { Parents } from 'mdast';
- import type { State } from 'mdast-util-to-markdown';
- import type { Info } from 'mdast-util-to-markdown';
- //# sourceMappingURL=break.d.ts.map
|