block-quote.d.ts 383 B

1234567
  1. /** @type {Construct} */
  2. export const blockQuote: Construct
  3. export type Construct = import('micromark-util-types').Construct
  4. export type Exiter = import('micromark-util-types').Exiter
  5. export type State = import('micromark-util-types').State
  6. export type TokenizeContext = import('micromark-util-types').TokenizeContext
  7. export type Tokenizer = import('micromark-util-types').Tokenizer