Urara-Blog/node_modules/.pnpm-store/v3/files/69/2c52aecff37563985ad768685ef4311cce7d65fa3e8e8d2e79ea22d58270666d6c7ccb15949fe7d3780e78863991363938e6d511144690914c29990b93c9e4
2022-08-14 01:14:53 +08:00

6 lines
305 B
Text

/** @type {Construct} */
export const thematicBreak: Construct
export type Construct = import('micromark-util-types').Construct
export type Tokenizer = import('micromark-util-types').Tokenizer
export type State = import('micromark-util-types').State
export type Code = import('micromark-util-types').Code