mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 16:39:31 +08:00
6 lines
306 B
Text
6 lines
306 B
Text
/** @type {Construct} */
|
|
export const blockQuote: Construct
|
|
export type Construct = import('micromark-util-types').Construct
|
|
export type Tokenizer = import('micromark-util-types').Tokenizer
|
|
export type Exiter = import('micromark-util-types').Exiter
|
|
export type State = import('micromark-util-types').State
|