UNPKG

368 BTypeScriptView Raw
1/**
2 * Plugin to add hard line break support (without needing spaces or escapes).
3 *
4 * @type {import('unified').Plugin<void[], Root>}
5 */
6export default function remarkBreaks():
7 | void
8 | import('unified').Transformer<import('mdast').Root, import('mdast').Root>
9export type Root = import('mdast').Root
10export type PhrasingContent = import('mdast').PhrasingContent
11
\No newline at end of file