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