UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines (7 loc) 265 B
import { UNProgramDetailsComponentProps } from './UNProgramDetailsComponent'; export const getProgramDetailsParams = (props: UNProgramDetailsComponentProps) => { return ` account-id="${props.accountId}" hide-title="${props.hideTitle || false}" `; };