vadimdemedes / pastel

🎨 Next.js-like framework for CLIs made with Ink
https://term.ink/pastel
MIT License
2.18k stars 36 forks source link

Add missing Props to examples in readme.md #54

Closed renatorib closed 1 year ago

renatorib commented 1 year ago

Some examples in readme.md have type Props but do not use it. This PR just adds the missing Props to examples. Also fix typeof arguments to typeof args

vadimdemedes commented 1 year ago

Thanks!