UNPKG

dicom-microscopy-viewer-changed

Version:
11 lines (9 loc) 203 B
// @flow import type {StyleSpecification} from './types.js'; export default function emptyStyle(): StyleSpecification { return { version: 8, layers: [], sources: {} }; }