flipbyte / formik-json-schema

Easily create react forms using JSON / Javascript Object
MIT License
152 stars 40 forks source link

index.d.ts #25

Closed temp3l closed 5 years ago

temp3l commented 5 years ago

Could you provide index.d.ts ?

easeq commented 5 years ago

I haven't used typescript in this project. Any specific reason you can't work with index.js?

gunzip commented 5 years ago

I second this one. If you have aTypescript project you must write your own typings for the React elements, otherwise you cannot neither import them:

image

This is a showstopper for us.

I think that converting the project to Typescript as a whole would add a significant value.

uragecz commented 4 years ago

@easeq Any specific reason? 😂 Typescript is standard these days .. So +- this library is unusable... Otherwise it would take so much time to find all those types that i need to type