astro-ghostcms/.pnpm-store/v3/files/6f/131de9c46f8f4ab5dc9699c3107...

11 lines
367 B
Plaintext

/**
* @param {ThematicBreak} _
* @param {Parents | undefined} _1
* @param {State} state
* @returns {string}
*/
export function thematicBreak(_: ThematicBreak, _1: Parents | undefined, state: State): string;
export type Parents = import('mdast').Parents;
export type ThematicBreak = import('mdast').ThematicBreak;
export type State = import('../types.js').State;