mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
* Fix Ill-defined Definitions of Class/Interface + The Label was ill-defined and didn't reflect the latest implementation + NOTE: this will cause breaking changes for any project that consumes the Label. + The `Label` is redefined as the concrete class so that *<Label />* can be used in JSX + The `LabelProps` is redefined as what old interface `Label` was. * PR Updates + remove undocumented static methods. * + Update recharts-tests.tsx * + Remove unused type `parseViewBoxArgs`
Typings for Recharts, a composable charting library built on React components
The Recharts website has comprehensive API documentation which is generated from JavaScript files. Those files are used as input to generate these typings.