UNPKG

rn-verto-typescript

Version:

Verto Free Switch with React Native Type Script

10 lines (9 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ViewType; (function (ViewType) { ViewType[ViewType["local"] = 1] = "local"; ViewType[ViewType["remote"] = 2] = "remote"; ViewType[ViewType["both"] = 3] = "both"; })(ViewType || (ViewType = {})); exports.default = ViewType;