react-native-unit-components
Version:
Unit React Native components
10 lines (8 loc) • 309 B
text/typescript
import { UNProgramDetailsComponentProps } from './UNProgramDetailsComponent';
export const getProgramDetailsParams = (props: UNProgramDetailsComponentProps) => {
return `
customer-token="${props.customerToken}"
account-id="${props.accountId}"
hide-title="${props.hideTitle || false}"
`;
};