UNPKG

zent

Version:

一套前端设计语言和基于React的实现

6 lines (5 loc) 140 B
export declare function useHover(initial?: boolean): { isHover: boolean; onMouseEnter: () => void; onMouseLeave: () => void; };