react-native-unit-components
Version:
Unit React Native components
14 lines • 376 B
JavaScript
import { LISTENERS } from '../../scripts/html/bodyScript';
export const getCardActionParams = props => {
return `
card-id="${props.cardId}"
customer-token="${props.customerToken}"
action="${props.action}"
`;
};
export const getCardActionScript = () => {
return `
${LISTENERS.requestRefresh}
`;
};
//# sourceMappingURL=UNCardActionComponent.utils.js.map