Blame view

components/vue-baidu-map/types/traffic.d.ts 134 Bytes
290144e9   易尊强   第一次
1
2
3
4
5
6
7
8
  import { PredictDate } from './base/common'
  
  export declare class Traffic {
    /**
     * 预测日期
     */
    predictDate: PredictDate
  }