-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Typescript porting #86
base: master
Are you sure you want to change the base?
Conversation
kohakukun
commented
Aug 27, 2019
- Port source code to typescript
6f345d8
to
f26d7c6
Compare
- Port source code to typescript
f26d7c6
to
82efc82
Compare
improve touch and mouse events typing
* fix cellRenderer * Generate API docs from ts/tsx files. Localize the relavent gatsby plugin. * point to the tsconfig for the parser, clean up ' * as React' importing * removing local 'extend-node-type.js', more cleanup
@kohakukun @nihgwu it'd be so great to get ts integration merged! 😍 How can I help? |
pfff… I did forked this branch, make everything works locally with tsdx and realized that this repo already have a typescript version in the For the ref: #93 BTW, very nice lib 👌 Edit: Regarding the diff between |