Skip to content

createIntrinsic

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

TKey

props

IntrinsicElements[TKey]

IntrinsicElementBase<TKey>