UNPKG

angular-cesium

Version:
7 lines (6 loc) 154 B
/** * The basic context menu class. All context menu components should extend this class. */ export interface BasicContextMenu { data: any; }