Improve typings of some components #172
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Hi there,
thanks for adding TypeScript d.ts files to your great component lib. I have updated to version 1.1.0 and have following issues:
1. Growl
Missing prop value for setting the message.
You should also define a new type called GrowlMessage:
2. AutoComplete
Got an error, when using this typing:
Missing item param in itemTemplate
3. DataTable
Missing event param for onRowClick and other events.
4. Inputmask
Missing value prop
5. Spinner
Missing value prop
6. InputSwitch
Missing disabled prop
7. ToggleButton
Missing value prop
8. Checkbox
Missing name prop
I'm using TypeScript V 2.4.2
The text was updated successfully, but these errors were encountered: