Type alias MemoExoticComponent<T>

MemoExoticComponent<T>: NamedExoticComponent<CustomComponentPropsWithRef<T>> & {
    type: T;
}

Type Parameters

Type declaration

  • Readonly type: T