4 lines
208 B
TypeScript
4 lines
208 B
TypeScript
import { observerParam, listenerHandler, hooksParam } from '../types';
|
|
export declare const INPUT_TAGS: string[];
|
|
export default function initObservers(o: observerParam, hooks?: hooksParam): listenerHandler;
|