Type alias WithoutRef<T>

WithoutRef<T>: React.ComponentPropsWithoutRef<T>

Represents a type that removes the ref prop from a given React component type.

Type Parameters

  • T extends React.ElementType<any, keyof React.JSX.IntrinsicElements>

    The React component type.

Generated using TypeDoc