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