UNPKG
@izhann/react-cursor-fx
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.2
1.0.1
1.0.0
Interactive cursor effects for React and Next.js applications — zero runtime dependencies
@izhann/react-cursor-fx
/
dist
/
hooks
/
useCursorVariant.d.ts
7 lines
(6 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
useCursorVariant
:
() =>
{
setVariant
:
(
variant
:
string
) =>
void
;
resetVariant
:
() =>
void
;
setGlobalVariant
:
(
variant
:
string
) =>
void
;
clearGlobalVariant
:
() =>
void
; };