@keen.io/ui-core
Version:
Keen visual components library
8 lines (7 loc) • 398 B
TypeScript
export declare const SET_DIMENSION = "SET_DIMENSION";
export declare const SET_VALUE = "SET_VALUE";
export declare const SET_DRAG_POSITION = "SET_DRAG_POSITION";
export declare const SET_DRAG_STATE = "SET_DRAG_STATE";
export declare const SET_DRAG_MOVING = "SET_DRAG_MOVING";
export declare const DRAG_CONTROL_ID = "@keen-drag-control";
export declare const TOOLTIP_CONTENT_MAX_WIDTH = 200;