14 lines
328 B
JavaScript
14 lines
328 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _reactNative = require("react-native");
|
|
const Column = _reactNative.View;
|
|
const Inspector = _reactNative.View;
|
|
var _default = exports.default = {
|
|
Column,
|
|
Inspector
|
|
};
|
|
//# sourceMappingURL=SplitViewScreen.web.js.map
|