Type alias NestedComponents<S>

NestedComponents<S>: { [ K in keyof S]?: MeiosisComponent<S[K]> }

Nested components match properties of the state.

Type Parameters

  • S

    the State type.

Generated using TypeDoc