UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
layers
/
PointCloudLayerView.d.ts
4 lines
(3 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
import
"../../interfaces"
;
type
PointCloudLayerView
= __esri.
PointCloudLayerView
;
export
default
PointCloudLayerView
;