Search
    Preparing search index...
    ComponentPropsWithRef: T extends ComponentClass<infer P>
        ? PropsWithoutRef<P> & RefAttributes<InstanceType<T>>
        : PropsWithRef<ComponentProps<T>>

    Type Parameters