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

9 lines
477 B
Text

/** @type {Construct} */
export const labelEnd: 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 Event = import('micromark-util-types').Event
export type Token = import('micromark-util-types').Token
export type State = import('micromark-util-types').State
export type Code = import('micromark-util-types').Code