vis-timeline
vis-timeline copied to clipboard
setCustomTimeMarker doesn't exist in the typings
setCustomTimeMarker exists in the JS code but is not present in the typings.
My current workaround is to cast my Timeline to any. Calling the function through TypeScript looks like (timeline as any).setCustomTimeMarker().
Can we fix it?
a small pull request with a fix would be very welcome!