UNPKG

@itwin/core-react

Version:

A react component library of iTwin.js UI general purpose components

9 lines 301 B
/** @packageDocumentation * @module Utilities */ import * as React from "react"; /** Returns a stateful value that indicates if the component is targeted/hovered. * @internal */ export declare const useTargeted: (ref: React.RefObject<Element>) => boolean; //# sourceMappingURL=useTargeted.d.ts.map