Files
discord-clone/node_modules/ultrahtml/dist/jsx-runtime/index.d.ts
2023-01-03 09:29:04 -06:00

5 lines
320 B
TypeScript

import { ElementNode } from "../index.js";
import { Fragment } from "../index.js";
declare function createVNode(type: any, { children, ...attributes }: Record<string, any>, key: string, __self: string, __source: string): ElementNode;
export { createVNode as jsx, createVNode as jsxs, createVNode as jsxDEV, Fragment, };