import React from 'react'; import './index.css'; interface Iprops { ryu: (props: any) => void; arrType: number; goodsIds: string; } declare type MyState = { goodsIds: string; }; export default class MallH5 extends React.Component { constructor(props: any); onArrChange: (e: any) => void; goodsIdsChange: () => void; onChange: (e: any) => void; render(): JSX.Element; } export {};