PartialKeyedRecord

PartialKeyedRecord<Key extends string> = Partial<KeyedRecord<Key>>

Potentially incomplete keyed component collection with an empty configuration value for each present key.

Type Parameters

  • Key extends string