Open Alirezab-2000 opened 1 year ago
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';
anychart-reatct.d.ts
declare module 'anychart-react';
how can i use anychart with react and typescript? i try to install types package but it dosent exist.