# AllFeatureProps

> _Since v0.7.0_

All feature-related props combined.

```ts
type AllFeatureProps = FeatureProps<TRow> & SSRProps
```
