@@ -102,11 +102,15 @@ extends Pipeable.Pipeable {
|
|||||||
readonly use: Effect.Effect<F, never, Exclude<R, Scope.Scope>>
|
readonly use: Effect.Effect<F, never, Exclude<R, Scope.Scope>>
|
||||||
}
|
}
|
||||||
|
|
||||||
export const ComponentPrototype: ComponentPrototype<any, any> = Object.freeze({
|
export const ComponentPrototype: ComponentPrototype<any, any> = Object.freeze(
|
||||||
|
Object.defineProperties(
|
||||||
|
{
|
||||||
[ComponentTypeId]: ComponentTypeId,
|
[ComponentTypeId]: ComponentTypeId,
|
||||||
...Pipeable.Prototype,
|
...Pipeable.Prototype,
|
||||||
...ComponentImplPrototype,
|
},
|
||||||
} as const)
|
Object.getOwnPropertyDescriptors(ComponentImplPrototype),
|
||||||
|
) as ComponentPrototype<any, any>
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
export interface ComponentOptions {
|
export interface ComponentOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user