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 |
|
| props |
|
Returns
Section titled “Returns”IntrinsicElementBase<TKey>