mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:29:30 +08:00
6 lines
302 B
Text
6 lines
302 B
Text
/** @type {import('unified').Plugin<[Options?] | void[], string, Root>} */
|
|
export default function remarkParse(
|
|
options: void | import('mdast-util-from-markdown/lib').Options | undefined
|
|
): void
|
|
export type Root = import('mdast').Root
|
|
export type Options = import('mdast-util-from-markdown').Options
|