astro-ghostcms/.pnpm-store/v3/files/05/2868ab96c4ceccf69316a302ed6...

13 lines
412 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @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;
export type Break = import('mdast').Break;
export type Parents = import('mdast').Parents;
export type Info = import('../types.js').Info;
export type State = import('../types.js').State;