mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
16 lines
610 B
TypeScript
16 lines
610 B
TypeScript
// Type definitions for non-npm package amap-js-api-map3d 1.4
|
|
// Project: https://lbs.amap.com/api/javascript-api/reference/maps-3d
|
|
// Definitions by: breeze9527 <https://github.com/breeze9527>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
/// <reference types="amap-js-api" />
|
|
|
|
/// <reference path="geometry-3d.d.ts" />
|
|
/// <reference path="lights.d.ts" />
|
|
/// <reference path="map3d.d.ts" />
|
|
/// <reference path="object3d-group.d.ts" />
|
|
/// <reference path="object3d-layer.d.ts" />
|
|
/// <reference path="object3d.d.ts" />
|
|
/// <reference path="vector3.d.ts" />
|