完成世界书、骰子、apiconfig页面处理
This commit is contained in:
9
frontend/node_modules/micromark-extension-math/dev/lib/math-text.d.ts
generated
vendored
Normal file
9
frontend/node_modules/micromark-extension-math/dev/lib/math-text.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @param {Options | null | undefined} [options={}]
|
||||
* Configuration (default: `{}`).
|
||||
* @returns {Construct}
|
||||
* Construct.
|
||||
*/
|
||||
export function mathText(options?: Options | null | undefined): Construct;
|
||||
import type { Options } from 'micromark-extension-math';
|
||||
import type { Construct } from 'micromark-util-types';
|
||||
Reference in New Issue
Block a user