CustomComponentProps
type CustomComponentProps<T, Type, ExtraProps> = TypeViewProps<T, Type> & ExtraPropsProps received by custom components. Define extra props using third generic parameter
Type Parameters
Section titled “Type Parameters”T = unknown
Type = string | undefined
ExtraProps
Section titled “ExtraProps”ExtraProps extends Record<string, any> = Record<string, any>