jsx
import { jsx } from "@alloy-js/core";
function jsx(type: Component<any>, props: Record<string, unknown>): ComponentCreator<Record<string, unknown>>;
Parameters
type |
|
props |
|
Returns
ComponentCreator<Record<string, unknown>>
import { jsx } from "@alloy-js/core";
function jsx(type: Component<any>, props: Record<string, unknown>): ComponentCreator<Record<string, unknown>>;
type |
|
props |
|
ComponentCreator<Record<string, unknown>>