LibraryManagedAttributes<C, P>: C extends MemoExoticComponent<infer T> | LazyExoticComponent<infer T>
    ? T extends MemoExoticComponent<infer U> | LazyExoticComponent<infer U>
        ? ReactManagedAttributes<U, P>
        : ReactManagedAttributes<T, P>
    : ReactManagedAttributes<C, P>

Type Parameters

  • C

  • P