react-tag-input-component
react-tag-input-component copied to clipboard
refactor: stronger TypeScript typing
trafficstars
Description
This PR strengthens the TypeScript typing in the exposed onBlur prop and its internal implementation. Here's a summary of the changes:
- Strengthen the type of
onBlurprop inTagsInput - Strengthen the type of
removeprop in the internalTagcomponent - Define the types of various event handlers and helper functions