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