Skip to content

sti

import { sti } from "@alloy-js/core";
function sti<T extends keyof IntrinsicElements>(name: T): StiSignature<T>;
name

T

StiSignature<T>