UNPKG

angular-cesium

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