bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

Remove 'react-reactive-form' module declaration from index.d.ts #28

Closed dannyhuly closed 5 years ago

dannyhuly commented 5 years ago

fix #27 un-encapsulate types in index.d.ts

types that were under the 'react-reactive-form' declaration are now exported as a part of the mode.

AlonMiz commented 5 years ago

@bietkul can we push this forward? thanks

bietkul commented 5 years ago

@AlonMiz Yes we can do that. @dannyhuly Thanks for the PR, Can you please revert back the last commits in which you've made some changes in yarn.lock & package.json.

dannyhuly commented 5 years ago

@bietkul I have reverted the "prepare + remove yarn.lock". Thanks