salesforce / design-system-react

Salesforce Lightning Design System for React
https://design-system-react-site.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
915 stars 416 forks source link

Fix the event handlers parameter types for the color-picker component. #3021

Closed bolivierjr closed 2 years ago

bolivierjr commented 2 years ago

This adds types to the additional event handler parameters needed for the event prop in the ColorPicker component, so typescript doesn't fail when type checking.

Fixes #3020


CONTRIBUTOR checklist (do not remove)

Please complete for every pull request

REVIEWER checklist (do not remove)

bolivierjr commented 2 years ago

closing this due to duplicate PR #3009