AnyChart-React
AnyChart-React copied to clipboard
using typescript
how can i use anychart with react and typescript? i try to install types package but it dosent exist.

What i did to solve this was create a file named anychart-reatct.d.ts in the root folder of the project.
Then I added the following:
declare module 'anychart-react';