'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('./_commonjsHelpers-4ed3570f.js'); require('react'); require('./index-c2424ad4.js'); require('./style-inject.es-dcee06b6.js'); require('./test-029f205d.js'); require('./utils-ed518bfc.js'); var ConsumeListView = require('./ConsumeListView/index.js'); var PayPlatformOptions = require('./PayPlatformOptions/index.js'); require('antd'); var PriceOptions = require('./PriceOptions/index.js'); var WaitPayInfoView = require('./WaitPayInfoView/index.js'); // type TransmitImgTxtData = { // user_id?: string|number; // anonymity?: boolean; // avatar?: string; // nickname?: string; // is_long?: boolean; // } // interface TransmitCardProps { // type: TransmitType; // data: TransmitImgTxtData; // } // export class TransmitCard extends React.PureComponent { // renderVideo() { // return
Video
; // } // renderImgTxt() { // const { data } = this.props; // const { // user_id, // anonymity, // avatar, // nickname, // is_long, // } = data; // return ( //
//
// // // //
// // {nickname} // //
//
// {is_long // ? intl.get('bilingually.imgtxt.article') // : intl.get('bilingually.imgtxt')} //
//
//
// ); // } // render() { // const { type } = this.props; // if (type === 'imgTxt') { // this.renderImgTxt(); // } // if (type === 'shortVideo' || type === 'microVideo') { // this.renderVideo(); // } // return null; // } // } var Test = "TestComponent"; exports.ConsumeListView = ConsumeListView.default; exports.PayPlatformOptions = PayPlatformOptions.default; exports.PriceOptions = PriceOptions.default; exports.WaitPayInfoView = WaitPayInfoView.default; exports.Test = Test; //# sourceMappingURL=index.js.map