//#region src/main/commons/SizeMode.d.ts declare enum SizingMode { WidthAndHeight = "widthAndHeight", WidthAndAspectRatio = "widthAndAspectRatio", HeightAndAspectRatio = "heightAndAspectRatio", ShorterDimensionAndAspectRatio = "shorterDimensionAndAspectRatio" } //#endregion export { SizingMode as t };