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

6 lines
306 B
Text

/** @type {Construct} */
export const blockQuote: Construct
export type Construct = import('micromark-util-types').Construct
export type Tokenizer = import('micromark-util-types').Tokenizer
export type Exiter = import('micromark-util-types').Exiter
export type State = import('micromark-util-types').State