add the patch function to utils
This commit is contained in:
1
typings/record/observer.d.ts
vendored
1
typings/record/observer.d.ts
vendored
@@ -1,4 +1,3 @@
|
||||
import { observerParam, listenerHandler, hooksParam } from '../types';
|
||||
export declare const INPUT_TAGS: string[];
|
||||
export declare const MASK_TYPES: string[];
|
||||
export default function initObservers(o: observerParam, hooks?: hooksParam): listenerHandler;
|
||||
|
||||
Reference in New Issue
Block a user