Documentation: Add JSDoc to types.ts #103
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
hacktoberfest
Hacktoberfest is a yearly developer festival where the participation in Open Source is appreciated
help wanted
Extra attention is needed
trivial
What should be changed?
Description
For better usage of our props we can document them a bit more. This issue is quite easy and just involves documentation but also some understanding of how our components work.
A pull request for this issue should just add JSDoc comments for the
src\types.ts
file.To explain from my own words what the things are used for:
IInOption
IInOption
. An option that will be shown on the left side of the selector in the component. You can mention that another parameter was added to the interface.IOutOption
Please rephrase these sentences so they makes sense. Resources that helped me to understand JSDoc comments:
Files involved
src\types.ts
The text was updated successfully, but these errors were encountered: