Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

11 lines
213 B
JavaScript

/**
* Use a stub for MaskedView on all Platforms that don't support it.
*/
export default function MaskedView(_ref) {
let {
children
} = _ref;
return children;
}
//# sourceMappingURL=MaskedView.js.map