astro-ghostcms/.pnpm-store/v3/files/62/cc59d6cbeb22198f33cfe16654b...

7 lines
324 B
Plaintext

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