import * as React from 'react'; import { Collapse, Input } from '@alifd/next'; import { createElement } from 'react'; const Panel = Collapse.Panel; const ProStringSetter = (props) =>{ const {value, onChange} = props console.log(value,onChange); return ( //
// // //
    //
  • // //
  • //
  • // Participate to sale your products during that promotion and make a // profit //
  • //
//
// //
    //
  • // Promotion Products is a service that helps you to promote products you // list on Marketplace during a certain time range //
  • //
  • // You can choose which products should be available for the promotion //
  • //
  • // Not all Products of you will be available, because Promotions will // only attract certain Product areas //
  • //
//
//
//
); } export default ProStringSetter