import Clusterize = require('clusterize.js'); const options: Clusterize.Options = { contentId: '', scrollId: '' }; const clusterize = new Clusterize(options); clusterize.append(['
']); clusterize.prepend(['']); clusterize.getRowsAmount(); clusterize.update(['']); clusterize.getScrollProgress(); clusterize.refresh(); clusterize.clear(); clusterize.destroy();