UNPKG

medsurf-draw

Version:

Draw annotations on jpg/zoomify images, based on PIXI.js

7 lines (6 loc) 245 B
import { BaseContainer, BaseContainerModel } from "../../bases/elements/BaseContainer"; export declare class Container extends BaseContainer<BaseContainerModel> { constructor(model: BaseContainerModel); init(): void; draw(): void; }