@itwin/core-react
Version:
A react component library of iTwin.js UI general purpose components
9 lines • 301 B
TypeScript
/** @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