UNPKG

chart-0714

Version:

Professional trading chart library with advanced customization for trading journal apps

4 lines (3 loc) 172 B
export type CursorType = 'default' | 'crosshair' | 'dot'; export declare const getCursorStyle: (type: CursorType) => string; export declare const HOVER_CURSOR = "pointer";