Skip to content

StiSignature

export type StiSignature<T extends keyof IntrinsicElements> = (…args: unknown extends T ? [] : {} extends Omit<IntrinsicElements[T], “children”> ? [ props?: IntrinsicElements[T] ] : [props: IntrinsicElements[T]]) => StiComponentCreator<T>;