Release 0.7.27
This commit is contained in:
2
typings/types.d.ts
vendored
2
typings/types.d.ts
vendored
@@ -89,6 +89,7 @@ export declare type recordOptions = {
|
||||
maskAllInputs?: boolean;
|
||||
inlineStylesheet?: boolean;
|
||||
hooks?: hooksParam;
|
||||
mousemoveWait?: number;
|
||||
};
|
||||
export declare type observerParam = {
|
||||
mutationCb: mutationCallBack;
|
||||
@@ -101,6 +102,7 @@ export declare type observerParam = {
|
||||
ignoreClass: string;
|
||||
maskAllInputs: boolean;
|
||||
inlineStylesheet: boolean;
|
||||
mousemoveWait: number;
|
||||
};
|
||||
export declare type hooksParam = {
|
||||
mutation?: mutationCallBack;
|
||||
|
||||
Reference in New Issue
Block a user