mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:29:30 +08:00
7 lines
347 B
Text
7 lines
347 B
Text
/**
|
|
* @type {Handle}
|
|
* @param {Paragraph} node
|
|
*/
|
|
export function paragraph(node: Paragraph, _: import("../types.js").Parent | null | undefined, context: import("../types.js").Context, safeOptions: import("../types.js").SafeOptions): string;
|
|
export type Paragraph = import('mdast').Paragraph;
|
|
export type Handle = import('../types.js').Handle;
|