# registerFeaturePropKey

Register a feature prop name as a recognised `FeatureProps` key. Called by
built-in pre-registration (this module's bottom) and by third-party feature
secondary entries that augment `FeatureConfig`.

 Plugin API

```ts
registerFeaturePropKey(name: FeatureName): void
```

## Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| `name` | <code>FeatureName</code> |  |
