Urara-Blog/node_modules/.pnpm-store/v3/files/58/7672e6092ea73c4fc253cf702f581c1bd72cfc5ade48eaa85ed0c3d09da46b7a5aa6fda9ed3f68eeb0d8d4cd653f7c7e5dd4e0edf93e687e7dc93e99756631
2022-08-14 01:14:53 +08:00

7 lines
314 B
Text

/**
* @type {Handle}
* @param {ThematicBreak} _
*/
export function thematicBreak(_: ThematicBreak, _1: import("../types.js").Parent | null | undefined, context: import("../types.js").Context): string;
export type Handle = import('../types.js').Handle;
export type ThematicBreak = import('mdast').ThematicBreak;