astro-ghostcms/.pnpm-store/v3/files/31/e20aea45fc66b681e4cc13e8597...

8 lines
383 B
Plaintext

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