Type for reactive props derived from stores. Allows dynamically mapping store values to specific properties.
The result type.
StoreMap type.
const reactiveProps: StoreProps<string, MyStoreMap> = [{ myStore }, ({ myStore }) => myStore.values]; Copy
const reactiveProps: StoreProps<string, MyStoreMap> = [{ myStore }, ({ myStore }) => myStore.values];
Type for reactive props derived from stores. Allows dynamically mapping store values to specific properties.