react-tag-input-component icon indicating copy to clipboard operation
react-tag-input-component copied to clipboard

refactor: stronger TypeScript typing

Open AnsonH opened this issue 2 years ago • 0 comments
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 onBlur prop in TagsInput
  • Strengthen the type of remove prop in the internal Tag component
  • Define the types of various event handlers and helper functions

AnsonH avatar Dec 28 '22 09:12 AnsonH