react-native-unit-components
Version:
Unit React Native components
14 lines (13 loc) • 378 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getNextRepaymentParams = void 0;
const getNextRepaymentParams = props => {
return `
account-id="${props.accountId}"
hide-title="${props.hideTitle || false}"
`;
};
exports.getNextRepaymentParams = getNextRepaymentParams;
//# sourceMappingURL=UNNextRepaymentComponent.utils.js.map
;