UNPKG

acr-assist-simulator-module

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

8 lines (7 loc) 254 B
import { ImageElements } from './image-elements.model'; import { DrawStyle } from './drawStyle.model'; import { AreaMap } from './area-map.model'; export declare class ImageMap extends ImageElements { drawStyle: DrawStyle; map: AreaMap; }