Files
Fluxup_PAP/node_modules/@react-navigation/elements/lib/module/MaskedView.js
2026-03-10 16:18:05 +00:00

12 lines
197 B
JavaScript

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