Urara-Blog/node_modules/.pnpm-store/v3/files/2c/8494084965e10a52f33c93bd54d124e52a9c3a6e46e768b8e1ef9e599a7088165f31eebee8382cf2fded9f450969204f58f6bfbbb7a3f33de808c6877721e0
2022-08-14 01:14:53 +08:00

8 lines
384 B
Text

/**
* @type {Handle}
* @param {Heading} node
*/
export function heading(node: Heading, _: import("../types.js").Parent | null | undefined, context: import("../types.js").Context, safeOptions: import("../types.js").SafeOptions): string;
export type Heading = import('mdast').Heading;
export type Handle = import('../types.js').Handle;
export type Exit = import('../types.js').Exit;