完成世界书、骰子、apiconfig页面处理
This commit is contained in:
2
frontend/node_modules/hast-util-to-jsx-runtime/index.js
generated
vendored
Normal file
2
frontend/node_modules/hast-util-to-jsx-runtime/index.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
// Note: types exposed from `index.d.ts`.
|
||||
export {toJsxRuntime} from './lib/index.js'
|
||||
16
frontend/node_modules/hast-util-to-jsx-runtime/lib/index.d.ts
generated
vendored
Normal file
16
frontend/node_modules/hast-util-to-jsx-runtime/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Transform a hast tree to preact, react, solid, svelte, vue, etc.,
|
||||
* with an automatic JSX runtime.
|
||||
*
|
||||
* @param {Nodes} tree
|
||||
* Tree to transform.
|
||||
* @param {Options} options
|
||||
* Configuration (required).
|
||||
* @returns {JsxElement}
|
||||
* JSX element.
|
||||
*/
|
||||
export function toJsxRuntime(tree: Nodes, options: Options): JsxElement;
|
||||
import type { Nodes } from 'hast';
|
||||
import type { Options } from 'hast-util-to-jsx-runtime';
|
||||
import type { JsxElement } from './types.js';
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user