Is your feature request related to a problem? Please describe.
I'd like my tests to be typesafe.
Describe the solution you'd like
The option to pass a partial to describe component data
mount<Component<{...myComponentDataTypes}>>
or
mount<Component, {...myComponentDataTypes}>
Describe alternatives you've considered
Additional context

Is your feature request related to a problem? Please describe.
I'd like my tests to be typesafe.
Describe the solution you'd like
The option to pass a partial to describe component data
mount<Component<{...myComponentDataTypes}>>or
mount<Component, {...myComponentDataTypes}>Describe alternatives you've considered
Additional context
