UNPKG

react-native-unit-components

Version:

Unit React Native components

11 lines (8 loc) 304 B
import { UNNextRepaymentComponentProps } from './UNNextRepaymentComponent'; export const getNextRepaymentParams = (props: UNNextRepaymentComponentProps) => { return ` customer-token="${props.customerToken}" account-id="${props.accountId}" hide-title="${props.hideTitle || false}" `; };