Type alias: ConfigOrConfigMapper<TInstance>
Ƭ ConfigOrConfigMapper<TInstance>: ConfigOf<TInstance> | ConfigMapperFromInput<TInstance>
Configuration value or callback to resolve the config from the input property of the component.
Type parameters
| Name | Type |
|---|---|
TInstance | extends Config |