mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
12 lines
535 B
TypeScript
12 lines
535 B
TypeScript
/**
|
|
* No name because it must not be turned off.
|
|
* @type {Construct}
|
|
*/
|
|
export const content: Construct;
|
|
export type Construct = import('micromark-util-types').Construct;
|
|
export type Resolver = import('micromark-util-types').Resolver;
|
|
export type State = import('micromark-util-types').State;
|
|
export type Token = import('micromark-util-types').Token;
|
|
export type TokenizeContext = import('micromark-util-types').TokenizeContext;
|
|
export type Tokenizer = import('micromark-util-types').Tokenizer;
|
|
//# sourceMappingURL=content.d.ts.map
|