UNPKG

@greenmice/ngx-cesium

Version:
11 lines (10 loc) 286 B
import { PolylineEditOptions } from './polyline-edit-options'; export interface PolygonProps { material?: any; fill?: boolean; classificationType?: any; zIndex?: any; } export interface PolygonEditOptions extends PolylineEditOptions { polygonProps?: PolygonProps; }