UNPKG

@cursorify/react

Version:

Customizable cursor component for any style 🕹️

6 lines (5 loc) 340 B
import { Dispatch } from 'react'; import { CursorifyReducerActionType, CursorifyStateType } from '../../../types'; type UseCursorifyReducerType = (defaultState: CursorifyStateType) => [CursorifyStateType, Dispatch<CursorifyReducerActionType>]; declare const useCursorifyReducer: UseCursorifyReducerType; export default useCursorifyReducer;