UNPKG

@emcsistemas/native-ui

Version:
9 lines 283 B
import { Colors } from "../../theme"; import EMCVStack from "../EMCVStack"; const EMCBackground = ({ children }) => { return (<EMCVStack flex={1} bg={Colors.light[50]}> {children} </EMCVStack>); }; export default EMCBackground; //# sourceMappingURL=EMCBackground.js.map