mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 21:09:30 +08:00
10 lines
414 B
Text
10 lines
414 B
Text
/**
|
|
* 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 Tokenizer = import('micromark-util-types').Tokenizer
|
|
export type Token = import('micromark-util-types').Token
|
|
export type State = import('micromark-util-types').State
|