@dgui/react-router-native
Version:
Native Router Components for a boilerplate React GUI
23 lines • 1.34 kB
JavaScript
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_native_1 = require("@dgui/react-native");
const react_router_shared_1 = require("@dgui/react-router-shared");
const RouterNativeTab = (_a) => {
var { children } = _a, props = __rest(_a, ["children"]);
return ((0, jsx_runtime_1.jsx)(react_native_1.ReactNativeDigestTab, Object.assign({}, props, { children: (0, jsx_runtime_1.jsxs)(react_router_shared_1.TabRoute, { tabPath: props.tabPath, children: [(0, jsx_runtime_1.jsx)(react_router_shared_1.BackControl, { tabId: props.tabId }), (0, jsx_runtime_1.jsx)(react_router_shared_1.RouteControl, { tabId: props.tabId }), children] }) })));
};
RouterNativeTab.displayName = 'RouterNativeTab';
exports.default = RouterNativeTab;
//# sourceMappingURL=index.js.map
;