mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 21:09:14 +08:00
7 lines
363 B
Text
7 lines
363 B
Text
/** @type {Construct} */
|
|
export const htmlFlow: Construct
|
|
export type Construct = import('micromark-util-types').Construct
|
|
export type Resolver = import('micromark-util-types').Resolver
|
|
export type Tokenizer = import('micromark-util-types').Tokenizer
|
|
export type State = import('micromark-util-types').State
|
|
export type Code = import('micromark-util-types').Code
|