amis-rpc-design/node_modules/@react-navigation/elements/lib/module/MaskedView.js

11 lines
205 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
/**
* 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