UNPKG

react-native-unit-components

Version:

Unit React Native components

21 lines (20 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCardActionScript = exports.getCardActionParams = void 0; var _bodyScript = require("../../scripts/html/bodyScript"); const getCardActionParams = props => { return ` card-id="${props.cardId}" action="${props.action}" `; }; exports.getCardActionParams = getCardActionParams; const getCardActionScript = () => { return ` ${_bodyScript.LISTENERS.requestRefresh} `; }; exports.getCardActionScript = getCardActionScript; //# sourceMappingURL=UNCardActionComponent.utils.js.map