jsx-view
Version:
Minimal JSX for HTML DOM tightly integrated with RxJS. TypeScript definitions, and attributes can be assigned to observables.
9 lines • 561 B
TypeScript
import type { JSXDevInfo } from "./addJSXDev";
import type { DOMOutputSpec } from "./DOMOutputSpec";
import { DOMSpecElement } from "./jsxSpec";
export declare function jsxDEV(elemName: string | ((props: any) => JSX.Element), props: Record<string, any> | null, key: undefined, isStaticChildren: boolean, source: JSXDevInfo["source"], self: unknown): DOMDevSpecElement;
export declare class DOMDevSpecElement extends DOMSpecElement {
readonly spec: DOMOutputSpec;
constructor(spec: DOMOutputSpec, dev?: JSXDevInfo);
}
//# sourceMappingURL=jsxDEV.d.ts.map