UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

9 lines 278 B
import { HoverProps } from '@react-aria/interactions'; export declare const useHover: (_props?: HoverProps, _ref?: any) => { hoverProps: { onHoverIn: () => void; onHoverOut: () => void; }; isHovered: boolean; }; //# sourceMappingURL=useHover.d.ts.map