UNPKG

react-special-cursor

Version:
11 lines (10 loc) 330 B
/// <reference types="react" /> export interface IStyles { [element: string]: React.CSSProperties; } export declare type CursorChildrenType = JSX.Element | string | undefined | number; export interface hoverStyle { classNameOfTargetElement: string; classNameOfStyle: string; cursorChildren?: CursorChildrenType; }