CanopyTax / kremling

Embarrassingly simple css for React
https://kremling.js.org
Apache License 2.0
36 stars 4 forks source link

ts: allow for undefined values to be passed in #71

Closed joeldenning closed 1 year ago

joeldenning commented 1 year ago

Sometimes I call always(props.className), where className is an optional prop. The javascript code for kremling can handle this fine, but not the types, so I've submitted the fix.

@geoctrl are you the best person to review this?