UNPKG

@emcsistemas/native-ui

Version:
9 lines 267 B
import SafeArea from '../EMCSafeArea'; import EMCVStack from '../EMCVStack/EMCVStack'; const EMCVStackSafe = (props) => { return (<SafeArea> <EMCVStack {...props}/> </SafeArea>); }; export default EMCVStackSafe; //# sourceMappingURL=EMCVStackSafe.js.map