mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
As official demo code shows that the callbacks are wrongly typed.
```
// Callbacks usage example
var clusterize = new Clusterize({
…
callbacks: {
clusterWillChange: function() {},
clusterChanged: function() {},
scrollingProgress: function(progress) {}
}
});
```
|
||
|---|---|---|
| .. | ||
| clusterize.js-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||