fibo / trunx

Super Saiyan React components, son of awesome Bulma
MIT License
64 stars 14 forks source link

export interface IInputProps #34

Closed davetapley closed 2 years ago

davetapley commented 2 years ago

For forwardRef parameterization for use with use with https://reactdatepicker.com/#example-custom-input

fibo commented 2 years ago

hi @davetapley

thanks for reporting it, I usually like to export props: it can be handy also in other use cases.

I just changed IInputProps to InputProps. Also added a test to check other components export props.

It was released as v0.41.3, have a nice Sunday!