//#region src/main/ZoomSwitchOrientation.d.ts declare enum ZoomSwitchOrientation { Default = "default", Horizontal = "horizontal", Vertical = "vertical" } //#endregion export { ZoomSwitchOrientation as t };