UNPKG

react-native-unit-components

Version:

Unit React Native components

15 lines (14 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getNextRepaymentParams = void 0; const getNextRepaymentParams = props => { return ` customer-token="${props.customerToken}" account-id="${props.accountId}" hide-title="${props.hideTitle || false}" `; }; exports.getNextRepaymentParams = getNextRepaymentParams; //# sourceMappingURL=UNNextRepaymentComponent.utils.js.map