3 lines
165 B
TypeScript
3 lines
165 B
TypeScript
import { observerParam, listenerHandler, hooksParam } from '../types';
|
|
export default function initObservers(o: observerParam, hooks?: hooksParam): listenerHandler;
|