mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 06:49:29 +08:00
7 lines
314 B
Text
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;
|