UNPKG
@hakuna-matata-ui/hooks
Version:
latest (1.7.2)
1.7.2
1.7.1
React hooks for Chakra components
github.com/monacohq/hakuna-matata-ui
monacohq/hakuna-matata-ui
@hakuna-matata-ui/hooks
/
dist
/
declarations
/
src
/
use-mouse-down-ref.d.ts
6 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
import React
from
"react"
;
/** *
@deprecated
`useMouseDownRef` will be removed in a future version. */
export
declare
function
useMouseDownRef
(
shouldListen?:
boolean
):
React
.
RefObject
<
HTMLElement
>
;
//# sourceMappingURL=use-mouse-down-ref.d.ts.map