UNPKG

174 BJavaScriptView Raw
1/**
2 * @category Enums
3 */
4export var OrbitType;
5(function (OrbitType) {
6 OrbitType["front"] = "front";
7 OrbitType["back"] = "back";
8})(OrbitType || (OrbitType = {}));