KitContext<S, F>: {
    facets: F;
    state: S;
}

Type Parameters

  • S = any
  • F extends Record<string, Methods> = any

Type declaration

  • facets: F
  • state: S

Generated using TypeDoc