8 lines
382 B
TypeScript
8 lines
382 B
TypeScript
|
/** @type {Construct} */
|
||
|
export const thematicBreak: Construct
|
||
|
export type Code = import('micromark-util-types').Code
|
||
|
export type Construct = import('micromark-util-types').Construct
|
||
|
export type State = import('micromark-util-types').State
|
||
|
export type TokenizeContext = import('micromark-util-types').TokenizeContext
|
||
|
export type Tokenizer = import('micromark-util-types').Tokenizer
|