Type alias ViewComponent<S>

ViewComponent<S>: {
    view: View<S>;
}

View component.

Type Parameters

  • S

    the State type.

Type declaration

Generated using TypeDoc