UNPKG

expo-roomplan

Version:

React Native implementation of Apple's RoomPlan SDK

14 lines 479 B
export var ScanStatus; (function (ScanStatus) { ScanStatus["NotStarted"] = "NotStarted"; ScanStatus["Canceled"] = "Canceled"; ScanStatus["Error"] = "Error"; ScanStatus["OK"] = "OK"; })(ScanStatus || (ScanStatus = {})); export var ExportType; (function (ExportType) { ExportType["Parametric"] = "PARAMETRIC"; ExportType["Mesh"] = "MESH"; ExportType["Model"] = "MODEL"; })(ExportType || (ExportType = {})); //# sourceMappingURL=ExpoRoomPlan.types.js.map