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