AnyChart-React icon indicating copy to clipboard operation
AnyChart-React copied to clipboard

using typescript

Open Alirezab-2000 opened this issue 2 years ago • 1 comments

how can i use anychart with react and typescript? i try to install types package but it dosent exist. image

Alirezab-2000 avatar Apr 01 '23 12:04 Alirezab-2000

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';

owensheehan avatar Sep 07 '23 09:09 owensheehan