UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines 208 B
import type { RefObject } from 'react'; export declare function useHover( /** * The target element for the mouseenter event. */ ref: RefObject<HTMLElement>): boolean; //# sourceMappingURL=use-hover.d.ts.map