@@ -12,6 +12,7 @@ export interface Component<E, R, P extends {}> extends Pipeable.Pipeable, Compon
|
|||||||
readonly [TypeId]: TypeId
|
readonly [TypeId]: TypeId
|
||||||
/** @internal */
|
/** @internal */
|
||||||
makeFunctionComponent(runtimeRef: React.Ref<Runtime.Runtime<Exclude<R, Scope.Scope>>>, scope: Scope.Scope): React.FC<P>
|
makeFunctionComponent(runtimeRef: React.Ref<Runtime.Runtime<Exclude<R, Scope.Scope>>>, scope: Scope.Scope): React.FC<P>
|
||||||
|
/** @internal */
|
||||||
readonly body: (props: P) => Effect.Effect<React.ReactNode, E, R>
|
readonly body: (props: P) => Effect.Effect<React.ReactNode, E, R>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user