UNPKG

@greenmice/ngx-cesium

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