UNPKG

react-native-unit-components

Version:

Unit React Native components

10 lines (7 loc) 260 B
import { UNNextRepaymentComponentProps } from './UNNextRepaymentComponent'; export const getNextRepaymentParams = (props: UNNextRepaymentComponentProps) => { return ` account-id="${props.accountId}" hide-title="${props.hideTitle || false}" `; };