import {
onChildEvent, onSelect, removeLoading, showLoading,
-} from '../services/dom';
+} from '../services/dom.ts';
import {Component} from './component';
export class ImageManager extends Component {
});
}
+ /**
+ * @param {({ thumbs: { display: string; }; url: string; name: string; }) => void} callback
+ * @param {String} type
+ */
show(callback, type = 'gallery') {
this.resetAll();