@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 431 B
JavaScript
import styled from 'styled-components';
import { getCheckboxIconWrapperStyles } from './CheckboxIconWrapperStyles.js';
var CheckboxIconWrapper = /*#__PURE__*/styled.div.withConfig({
displayName: "CheckboxIconWrapperweb__CheckboxIconWrapper",
componentId: "sc-3hpze0-0"
})(function (props) {
return getCheckboxIconWrapperStyles(props);
});
export { CheckboxIconWrapper };
//# sourceMappingURL=CheckboxIconWrapper.web.js.map