UNPKG

@xysfe/memento-core

Version:

record and replay the web

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