react-calendar-timeline
Version:
react-calendar-timeline
62 lines (61 loc) • 1.44 kB
TypeScript
export declare const overridableStyles: {
fontSize: number;
color: string;
cursor: string;
background: string;
borderTopWidth: string;
borderBottomWidth: string;
borderLeftWidth: string;
borderRightWidth: string;
borderStyle: string;
borderColor: string;
zIndex: number;
};
export declare const selectedStyle: {
background: string;
borderTopWidth: string;
borderLeftWidth: string;
borderRightWidth: string;
borderBottomWidth: string;
borderStyle: string;
borderColor: 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: string;
};
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;
};