UNPKG

@procore/core-react

Version:
6 lines (5 loc) 201 B
import React from 'react'; export declare const useEventRegistry: () => { registry: React.MutableRefObject<Record<string, Function[]>>; addListener: (e: string, cb: Function) => () => void; };