UNPKG

@greenmice/ngx-cesium

Version:
6 lines (5 loc) 149 B
export interface IDescription { draw(context: any, id: string, contextEntity: any): void; remove(id: string): void; removeAll(): void; }