UNPKG

viettel-ekyc-sdk

Version:
6 lines 249 B
import React from 'react'; import { View, } from 'react-native'; export const SizedBox = ({ width, height }) => { return (React.createElement(View, { style: { paddingTop: height, paddingRight: width } })); }; //# sourceMappingURL=SizedBox.js.map