import './_commonjsHelpers-aeb41076.js'; import 'react'; import './index-7951fb2f.js'; import { s as styleInject } from './style-inject.es-1f59c1d0.js'; var css = ".test_red__3UOk2 {\n color: red;\n}\n"; 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"; export { Test as T }; //# sourceMappingURL=test-81795c27.js.map