//#region src/main/djinni-types/sdcCoreCommon.d.ts declare enum Direction { LEFT_TO_RIGHT = 0, RIGHT_TO_LEFT = 1, HORIZONTAL = 2, TOP_TO_BOTTOM = 3, BOTTOM_TO_TOP = 4, VERTICAL = 5, NONE = 6 } interface SdcCoreCommon_statics {} //#endregion export { SdcCoreCommon_statics as n, Direction as t };