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