astro-ghostcms/.pnpm-store/v3/files/84/ad3f133b8d2f976974da87f09c0...

9 lines
252 B
Plaintext

/**
* @param {Heading} node
* @param {State} state
* @returns {boolean}
*/
export function formatHeadingAsSetext(node: Heading, state: State): boolean;
export type Heading = import('mdast').Heading;
export type State = import('../types.js').State;