Type alias SyncCmpValuesStore<TCmps>

SyncCmpValuesStore<TCmps>: { [ K in keyof TCmps & string]: TCmps[K] extends ValueComponent<any, infer TValue, any> ? TValue | undefined : never }

A simple key-value store where key = component name and value = current component value.

Type Parameters

Generated using TypeDoc