export declare const DEFAULT_DYNAMIC_LIST_ITEM_SIZE = 50;
|
export declare const ITEM_RENDER_EVT = "itemRendered";
|
export declare const SCROLL_EVT = "scroll";
|
export declare const FORWARD = "forward";
|
export declare const BACKWARD = "backward";
|
export declare const AUTO_ALIGNMENT = "auto";
|
export declare const SMART_ALIGNMENT = "smart";
|
export declare const START_ALIGNMENT = "start";
|
export declare const CENTERED_ALIGNMENT = "center";
|
export declare const END_ALIGNMENT = "end";
|
export declare const HORIZONTAL = "horizontal";
|
export declare const VERTICAL = "vertical";
|
export declare const LTR = "ltr";
|
export declare const RTL = "rtl";
|
export declare const RTL_OFFSET_NAG = "negative";
|
export declare const RTL_OFFSET_POS_ASC = "positive-ascending";
|
export declare const RTL_OFFSET_POS_DESC = "positive-descending";
|
export declare const PageKey: {
|
horizontal: string;
|
vertical: string;
|
};
|
export declare const ScrollbarSizeKey: {
|
horizontal: string;
|
vertical: string;
|
};
|
export declare const ScrollbarDirKey: {
|
horizontal: string;
|
vertical: string;
|
};
|
export declare const SCROLLBAR_MIN_SIZE = 20;
|