Represents any user-defined component, either as a function or a class.
Similar to ComponentType, but without extra properties like FunctionComponent.defaultProps defaultProps and ComponentClass.contextTypes contextTypes.
The props the component accepts.
Generated using TypeDoc
Represents any user-defined component, either as a function or a class.
Similar to ComponentType, but without extra properties like FunctionComponent.defaultProps defaultProps and ComponentClass.contextTypes contextTypes.