UNPKG

ng-cornerstone

Version:

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.git

8 lines (7 loc) 236 B
declare function addInstance(imageId: any, scalingMetaData: any): void; declare function get(type: any, imageId: any): any; declare const _default: { addInstance: typeof addInstance; get: typeof get; }; export default _default;