UNPKG

@r365/react-calendar-timeline

Version:
52 lines (51 loc) 1.15 kB
export declare const overridableStyles: { fontSize: number; color: string; cursor: string; background: string; border: string; zIndex: number; }; export declare const selectedStyle: { background: string; border: string; zIndex: number; }; export declare const selectedAndCanMove: { willChange: string; cursor: string; }; export declare const selectedAndCanResizeLeft: { borderLeftWidth: number; }; export declare const selectedAndCanResizeLeftAndDragLeft: { cursor: string; }; export declare const selectedAndCanResizeRight: { borderRightWidth: number; }; export declare const selectedAndCanResizeRightAndDragRight: { cursor: string; }; export declare const leftResizeStyle: { position: string; width: number; maxWidth: string; minWidth: number; height: string; top: number; left: number; cursor: string; zIndex: number; }; export declare const rightResizeStyle: { position: string; width: number; maxWidth: string; minWidth: number; height: string; top: number; right: number; cursor: string; zIndex: number; };