Type alias NestedViews<S>

NestedViews<S>: { [ K in keyof S]: ViewComponent<S> }

Nested views.

Type Parameters

  • S

    the State type.

Generated using TypeDoc