Type alias: ExtractPropsFromFeature<F>

Ƭ ExtractPropsFromFeature<F>: F extends Feature<any, infer P, any> ? ExtractPropsFromSpecs<P> : {}

A lookup type to infer the additional props from a feature.

Type parameters:

NameDescription
FThe type of the feature from which prop specs should be extracted.