Preparing search index...
The search index is not available
@xarc/react
@xarc/react
common
React
PropsWithoutRef
Type alias PropsWithoutRef<P>
Props
Without
Ref
<
P
>
:
P
extends
any
?
"ref"
extends
keyof
P
?
Omit
<
P
,
"ref"
>
:
P
:
P
Omits the 'ref' attribute from the given props object.
Type Parameters
P
The props object type.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react
Loading...
Omits the 'ref' attribute from the given props object.