'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('./style-inject.es-c386372b.js'); require('react'); require('./test-dadf718e.js'); var index = require('./index-c6999c10.js'); require('antd/es/input/style'); require('antd/es/input'); require('antd/es/button/style'); require('antd/es/button'); // 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 = index.ConsumeListView; exports.PayPlatformOptions = index.PayPlatformOptions; exports.PriceOptions = index.PriceOptions; exports.WaitPayInfoView = index.WaitPayInfoView; exports.Test = Test; //# sourceMappingURL=index.js.map