@livelike/react-native
Version:
LiveLike React Native package
15 lines • 915 B
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from 'react';
import { LLVoteWidgetBody } from '../LLVoteWidgetBody';
import { LLWidgetVoteOption } from '../LLWidgetOption';
export function LLPredictionFollowUpWidgetBody(props) {
return /*#__PURE__*/React.createElement(LLVoteWidgetBody, _extends({}, props, {
VoteOptionComponent: LLPredictionFollowUpWidgetOption
}));
}
export function LLPredictionFollowUpWidgetOption(props) {
return /*#__PURE__*/React.createElement(LLWidgetVoteOption, _extends({}, props, {
correctable: true
}));
}
//# sourceMappingURL=LLPredictionFollowUpWidgetBody.js.map