Type alias View<S>

View<S>: ((cell: MeiosisCell<S>, ...args: any[]) => any)

Type Parameters

  • S

    the State type.

Type declaration

    • (cell: MeiosisCell<S>, ...args: any[]): any
    • View function.

      Parameters

      Returns any

Generated using TypeDoc