UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

22 lines (19 loc) 599 B
import { Chevron } from './Chevron.js'; import '../../Box/BaseBox/index.js'; import { jsx } from 'react/jsx-runtime'; import { BaseBox } from '../../Box/BaseBox/BaseBox.web.js'; var InputChevronIcon = function InputChevronIcon(props) { return /*#__PURE__*/jsx(BaseBox, { display: "flex", height: "100%", justifyContent: "center", alignItems: "center", onClick: props.onClick, children: /*#__PURE__*/jsx(Chevron, { isOpen: props.isOpen, isDisabled: props.isDisabled }) }); }; export { InputChevronIcon }; //# sourceMappingURL=InputChevronIcon.web.js.map