Skip to content

createIntrinsic

import { createIntrinsic } from "@alloy-js/core";
function createIntrinsic<TKey extends keyof IntrinsicElements>(name: TKey, props: IntrinsicElements[TKey]): IntrinsicElementBase<TKey>;
nameTKey
propsIntrinsicElements[TKey]

IntrinsicElementBase<TKey>