AnyChart / AnyChart-React

Intuitive and easy to use React plugin that allows you to create and work with AnyChart JavaScript Charts
https://www.anychart.com
Apache License 2.0
39 stars 30 forks source link

using typescript #34

Open Alirezab-2000 opened 1 year ago

Alirezab-2000 commented 1 year ago

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

owensheehan commented 1 year ago

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