/** * Plugin to add hard line break support (without needing spaces or escapes). * * @type {import('unified').Plugin} */ export default function remarkBreaks(): | void | import('unified').Transformer export type Root = import('mdast').Root export type PhrasingContent = import('mdast').PhrasingContent