add the patch function to utils

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 2a133f8214
commit e056f1ae88
6 changed files with 101 additions and 10 deletions

View File

@@ -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;