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

8 lines
383 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
/** @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