createIntrinsic
import { createIntrinsic } from "@alloy-js/core";
function createIntrinsic<TKey extends keyof IntrinsicElements>(name: TKey, props: IntrinsicElements[TKey]): IntrinsicElementBase<TKey>;Parameters
Section titled “Parameters”| name | TKey | |
| props | IntrinsicElements[TKey] |
Returns
Section titled “Returns”IntrinsicElementBase<TKey>