Type Alias: ElementType<T>
ts
type ElementType<T> =
| T
| React.MemoExoticComponent<T | React.ForwardRefExoticComponent<T>>
| React.ForwardRefExoticComponent<T>
| React.LazyExoticComponent<
| T
| React.MemoExoticComponent<T | React.ForwardRefExoticComponent<T>>
| React.ForwardRefExoticComponent<T>>;Defined in: src/betterdiscord/api/reactutils.ts:112
Type Parameters
| Type Parameter |
|---|
T extends React.FC |