mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-01 06:40:20 +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.