UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

10 lines (7 loc) 1.39 kB
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; import React__default from 'react'; import { AnimatedBaseInputWrapper } from './AnimatedBaseInputWrapper.native.js'; import { jsx } from 'react/jsx-runtime'; var _excluded=["children","validationState","currentInteraction","isLabelLeftPositioned","isTextArea","showAllTags","setShowAllTagsWithAnimation","maxTagRows","numberOfLines","isTableInputCell"];var _BaseInputWrapper=function _BaseInputWrapper(_ref,ref){var children=_ref.children,validationState=_ref.validationState,currentInteraction=_ref.currentInteraction;_ref.isLabelLeftPositioned;var isTextArea=_ref.isTextArea,showAllTags=_ref.showAllTags,setShowAllTagsWithAnimation=_ref.setShowAllTagsWithAnimation,maxTagRows=_ref.maxTagRows,numberOfLines=_ref.numberOfLines,isTableInputCell=_ref.isTableInputCell,props=_objectWithoutProperties(_ref,_excluded);return jsx(AnimatedBaseInputWrapper,Object.assign({ref:ref,isTextArea:isTextArea,validationState:validationState,currentInteraction:currentInteraction,showAllTags:showAllTags,maxTagRows:maxTagRows,setShowAllTagsWithAnimation:setShowAllTagsWithAnimation,numberOfLines:numberOfLines,isTableInputCell:isTableInputCell},props,{children:children}));};var BaseInputWrapper=React__default.forwardRef(_BaseInputWrapper); export { BaseInputWrapper }; //# sourceMappingURL=BaseInputWrapper.js.map