Urara-Blog/node_modules/.pnpm-store/v3/files/11/e2bed5f1ce33694ed18836c9d423d8bef14502096bf4ba9785afc852b5d715fd2a3efa5c26d7b517748794e5fa37e20a4f5d31e678dae5180021356841962b
2022-08-14 01:14:53 +08:00

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