mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:29:29 +08:00
7 lines
319 B
Text
7 lines
319 B
Text
/**
|
|
* @type {Handle}
|
|
* @param {Break} _
|
|
*/
|
|
export function hardBreak(_: Break, _1: import("../types.js").Parent | null | undefined, context: import("../types.js").Context, safe: import("../types.js").SafeOptions): string;
|
|
export type Handle = import('../types.js').Handle;
|
|
export type Break = import('mdast').Break;
|