react-native-nitro-in-app-browser
Version:
13 lines (12 loc) • 562 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NitroInAppBrowserPresentationStyle = void 0;
let NitroInAppBrowserPresentationStyle = exports.NitroInAppBrowserPresentationStyle = /*#__PURE__*/function (NitroInAppBrowserPresentationStyle) {
NitroInAppBrowserPresentationStyle["PageSheet"] = "pageSheet";
NitroInAppBrowserPresentationStyle["FormSheet"] = "formSheet";
NitroInAppBrowserPresentationStyle["FullScreen"] = "fullScreen";
return NitroInAppBrowserPresentationStyle;
}({});
//# sourceMappingURL=types.js.map