Type Alias GetElementType<I>

GetElementType: I extends HTMLButton<infer E, any, any, any> ? E : unknown

Type Parameters