0.1.2 #3
@@ -12,6 +12,7 @@ export interface Component<E, R, P extends {}> extends Pipeable.Pipeable, Compon
|
||||
readonly [TypeId]: TypeId
|
||||
/** @internal */
|
||||
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>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user