mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 01:54:36 +00:00
By changing the types for `ChartData["labels"]` and `ChartData["datasets"]` to ReadonlyArrays we can pass either ReadonlyArrays or Arrays as ChartData. This is useful when chart.js is used inside a React component where the props are readonly.