/** * A hook that returns true/false if ref node receives focus by either tabbing or clicking into any of its children. * @param ref React.MutableRefObject< null | HTMLElement > */ declare const useFocusHandler: (ref: React.MutableRefObject) => boolean; export default useFocusHandler; //# sourceMappingURL=use-focus-handler.d.ts.map