export utils as public API

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 6b10e1c4ee
commit 81b3407dd7
7 changed files with 16 additions and 11 deletions

View File

@@ -1,2 +1,4 @@
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;