UNPKG

medsurf-draw

Version:

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

6 lines (5 loc) 394 B
import { ButtonElement } from "../buttons/ButtonElement"; import { ColorButtonElement } from "../buttons/ColorButtonElement"; import { IndexedRoundButtonElement } from '../buttons/IndexedRoundButtonElement'; import { RoundButtonElement } from "../buttons/RoundButtonElement"; export declare type MenuObject = ButtonElement | ColorButtonElement | IndexedRoundButtonElement | RoundButtonElement;