Type alias HTMLOwnKeys<T>

HTMLOwnKeys<T>: Exclude<keyof T, keyof Node | keyof EventTarget>

Type Parameters

Generated using TypeDoc