The IManagedComponentProps interface defines standard properties that can be used on managed
components, which include key and ref. These properties are not available for the components
themselves and should not be part of the props object defined by component authors.
The IManagedComponentProps interface defines standard properties that can be used on managed components, which include
key
andref
. These properties are not available for the components themselves and should not be part of the props object defined by component authors.