UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

10 lines (7 loc) 624 B
import { TouchableOpacity } from 'react-native'; import styled from 'styled-components/native'; import { Chevron } from './Chevron.js'; import { jsx } from 'react/jsx-runtime'; var StyledChevronIconContainer=styled(TouchableOpacity)(function(_props){return {display:'flex',justifyContent:'center',margin:'auto'};});var InputChevronIcon=function InputChevronIcon(props){return jsx(StyledChevronIconContainer,{accessibilityLabel:"Chevron Icon",onPress:props.onClick,children:jsx(Chevron,{isDisabled:props.isDisabled,isOpen:props.isOpen})});}; export { InputChevronIcon }; //# sourceMappingURL=InputChevronIcon.native.js.map