Type Alias CustomComponentType<T>

CustomComponentType<T>: CustomComponent<T> | CustomComponentFunction | HTMLElement

Union type for all supported custom component types

Type Parameters

  • T = any