@razorpay/blade
Version:
The Design System that powers Razorpay
8 lines (5 loc) • 296 B
JavaScript
import styled from 'styled-components/native';
import { getRadioIconWrapperStyles } from './RadioIconWrapperStyles.js';
var RadioIconWrapper=styled.View(function(props){return getRadioIconWrapperStyles(props);});
export { RadioIconWrapper };
//# sourceMappingURL=RadioIconWrapper.native.js.map