'use strict'; var styleInject_es = require('./style-inject.es-3827494b.js'); require('react'); var css = ".test_red__36-3- {\n color: red;\n}\n"; styleInject_es.styleInject(css); // 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.Test = Test; //# sourceMappingURL=test-b93e5209.js.map