Code Monkey home page Code Monkey logo

Comments (7)

tannerlinsley avatar tannerlinsley commented on May 18, 2024 12

Not any time soon. Sorry :/

from react-charts.

stellarbear avatar stellarbear commented on May 18, 2024 10

Sad to see it's closed. Will find another lib with ts support

from react-charts.

bmaupin avatar bmaupin commented on May 18, 2024 3

A bit hacky, but here's what I did:

  1. Use dts-gen to generate type definitions

    npm install -g dts-gen
    npm install -g react-charts prop-types@^15.5.4 react@^16.6.3
    dts-gen -m react-charts
    
  2. Edit the generated react-charts.d.ts file and wrap everything in declare module 'react-charts' {, e.g.

    declare module 'react-charts' {
      export const alignAuto: string;
      // ...
    }
    

TypeScript seems to pick up react-charts.d.ts automatically as long as it's somewhere in the /src folder (I'm using create-react-app). In my case I put it under /src/types to keep it out of the way.

I say this is hacky because it's just a skeleton. It seems to pick up basic types like string, boolean, etc okay, but everything else it seems to just use any. At least it's a start.

Hope that helps!

from react-charts.

LingVuDev avatar LingVuDev commented on May 18, 2024 1

Still no ts, well. Time to find another one.

from react-charts.

igorfelipee avatar igorfelipee commented on May 18, 2024

omg its so sad...

from react-charts.

deepakbhattmits avatar deepakbhattmits commented on May 18, 2024

Not any time soon. Sorry :/

Hi Tanner,
Is this library suported typescript ?

from react-charts.

tannerlinsley avatar tannerlinsley commented on May 18, 2024

from react-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.