mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:59:31 +08:00
10 lines
535 B
Text
10 lines
535 B
Text
/** @type {Construct} */
|
|
export const attention: Construct
|
|
export type Construct = import('micromark-util-types').Construct
|
|
export type Tokenizer = import('micromark-util-types').Tokenizer
|
|
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 Event = import('micromark-util-types').Event
|
|
export type Code = import('micromark-util-types').Code
|
|
export type Point = import('micromark-util-types').Point
|