types(effect): fix build
This commit is contained in:
parent
02212722d3
commit
dbc73a4219
@ -19,7 +19,7 @@ export interface IReactionEffect {
|
||||
): {
|
||||
expression: (r: IReactionPublic) => any;
|
||||
effect: (arg: any, prev: any, r: IReactionPublic) => void;
|
||||
options?: IReactionOptions<any>;
|
||||
options?: IReactionOptions<any, boolean>;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user