## qcloud-iotexplorer-h5-panel-sdk-type

qcloud-iotexplorer-h5-panel-sdk的类型定义

### 如何使用

```
npm i -D qcloud-iotexplorer-h5-panel-sdk-type
```

在`tsconfig.json`中加入:

```json
{
  "compilerOptions": {
    "types": ["qcloud-iotexplorer-h5-panel-sdk-type"]
  }
}
```
