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:
| Name | Description |
|---|---|
F | The type of the feature from which prop specs should be extracted. |