KeyedRecord

KeyedRecord<Key extends string> = Record<Key, EmptyKeyedRecordValue>

Keyed component collection with an empty configuration value for every key.

Type Parameters

  • Key extends string