1import Viewer from 'dmn-js/lib/Viewer'; 2 3const root = globalThis; 4root.DmnJS = Viewer; 5root.DmnJS.Viewer = Viewer; 6 7export default Viewer; 8