UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

15 lines (12 loc) 389 B
import isEmpty from '../lodashButBetter/isEmpty.js'; var getStringFromReactText = function getStringFromReactText(childReactText) { if (isEmpty(childReactText)) { return undefined; } if (Array.isArray(childReactText)) { return childReactText.join(''); } return String(childReactText); }; export { getStringFromReactText }; //# sourceMappingURL=getStringChildren.js.map