@@ -244,81 +244,81 @@ export namespace make {
|
||||
}
|
||||
|
||||
export type NonGen = {
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, P extends {} = {}>(
|
||||
// body: (props: P) => Eff
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => C,
|
||||
// c: (_: C, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => C,
|
||||
// c: (_: C, props: NoInfer<P>) => D,
|
||||
// d: (_: D, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => C,
|
||||
// c: (_: C, props: NoInfer<P>) => D,
|
||||
// d: (_: D, props: NoInfer<P>) => E,
|
||||
// e: (_: E, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => C,
|
||||
// c: (_: C, props: NoInfer<P>) => D,
|
||||
// d: (_: D, props: NoInfer<P>) => E,
|
||||
// e: (_: E, props: NoInfer<P>) => F,
|
||||
// f: (_: F, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, G, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => C,
|
||||
// c: (_: C, props: NoInfer<P>) => D,
|
||||
// d: (_: D, props: NoInfer<P>) => E,
|
||||
// e: (_: E, props: NoInfer<P>) => F,
|
||||
// f: (_: F, props: NoInfer<P>) => G,
|
||||
// g: (_: G, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, G, H, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => C,
|
||||
// c: (_: C, props: NoInfer<P>) => D,
|
||||
// d: (_: D, props: NoInfer<P>) => E,
|
||||
// e: (_: E, props: NoInfer<P>) => F,
|
||||
// f: (_: F, props: NoInfer<P>) => G,
|
||||
// g: (_: G, props: NoInfer<P>) => H,
|
||||
// h: (_: H, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
// <Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, G, H, I, P extends {} = {}>(
|
||||
// body: (props: P) => A,
|
||||
// a: (_: A, props: NoInfer<P>) => B,
|
||||
// b: (_: B, props: NoInfer<P>) => C,
|
||||
// c: (_: C, props: NoInfer<P>) => D,
|
||||
// d: (_: D, props: NoInfer<P>) => E,
|
||||
// e: (_: E, props: NoInfer<P>) => F,
|
||||
// f: (_: F, props: NoInfer<P>) => G,
|
||||
// g: (_: G, props: NoInfer<P>) => H,
|
||||
// h: (_: H, props: NoInfer<P>) => I,
|
||||
// i: (_: I, props: NoInfer<P>) => Eff,
|
||||
// ): Component<P, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, P extends {} = {}>(
|
||||
body: (props: P) => Eff
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => C,
|
||||
c: (_: C, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => C,
|
||||
c: (_: C, props: NoInfer<P>) => D,
|
||||
d: (_: D, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => C,
|
||||
c: (_: C, props: NoInfer<P>) => D,
|
||||
d: (_: D, props: NoInfer<P>) => E,
|
||||
e: (_: E, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => C,
|
||||
c: (_: C, props: NoInfer<P>) => D,
|
||||
d: (_: D, props: NoInfer<P>) => E,
|
||||
e: (_: E, props: NoInfer<P>) => F,
|
||||
f: (_: F, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, G, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => C,
|
||||
c: (_: C, props: NoInfer<P>) => D,
|
||||
d: (_: D, props: NoInfer<P>) => E,
|
||||
e: (_: E, props: NoInfer<P>) => F,
|
||||
f: (_: F, props: NoInfer<P>) => G,
|
||||
g: (_: G, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, G, H, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => C,
|
||||
c: (_: C, props: NoInfer<P>) => D,
|
||||
d: (_: D, props: NoInfer<P>) => E,
|
||||
e: (_: E, props: NoInfer<P>) => F,
|
||||
f: (_: F, props: NoInfer<P>) => G,
|
||||
g: (_: G, props: NoInfer<P>) => H,
|
||||
h: (_: H, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
<Eff extends Effect.Effect<React.ReactNode, any, any>, A, B, C, D, E, F, G, H, I, P extends {} = {}>(
|
||||
body: (props: P) => A,
|
||||
a: (_: A, props: NoInfer<P>) => B,
|
||||
b: (_: B, props: NoInfer<P>) => C,
|
||||
c: (_: C, props: NoInfer<P>) => D,
|
||||
d: (_: D, props: NoInfer<P>) => E,
|
||||
e: (_: E, props: NoInfer<P>) => F,
|
||||
f: (_: F, props: NoInfer<P>) => G,
|
||||
g: (_: G, props: NoInfer<P>) => H,
|
||||
h: (_: H, props: NoInfer<P>) => I,
|
||||
i: (_: I, props: NoInfer<P>) => Eff,
|
||||
): Component<P, Effect.Effect.Success<Effect.Effect.AsEffect<Eff>>, Effect.Effect.Error<Eff>, Effect.Effect.Context<Eff>>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user