"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = MaskedView;
/**
* Use a stub for MaskedView on all Platforms that don't support it.
*/functionMaskedView({
children
}) {
return children;
}
//# sourceMappingURL=MaskedView.js.map