virtualvivek / react-windows-ui

Build Windows native look & feel apps using ReactJS. Provides a set of accessible, reusable and composable react components that make it super easy to create websites and apps.
https://virtualvivek.github.io/react-windows-ui/
MIT License
537 stars 44 forks source link

Missing types for TransitionToLeft and cleanup #4

Closed Unluckymichell closed 3 years ago

Unluckymichell commented 3 years ago

List of changes

VSCode - Compare: index.js <-> index.d.ts

image

As you can see in the picture the files are almost identical which means we typed everything. Only util classes / components are not typed and I don't know how to properly handle those.

virtualvivek commented 3 years ago

Hi @Unluckymichell , You have done a really great job i appreciate the efforts, now all the imports and exports are well ordered and fixed missing TransitionToLeft.d.ts

virtualvivek commented 3 years ago

Hi @Unluckymichell , the rest util classes / components are consumed internally so we didn't need typings for them maybe not presently. If you encounter while development of projects, issue from util classes / components please let us notify or pull request :D