mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
8 lines
430 B
TypeScript
8 lines
430 B
TypeScript
/** @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;
|
|
//# sourceMappingURL=block-quote.d.ts.map
|