Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(types): add utility types (#2094) #2179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wonderful-panda
Copy link
Contributor

  • ComponentProps: Extract props type of component
  • ComponentListeners: Extract event handlers type of component

- ComponentProps: Extract props type of component
- ComponentListeners: Extract event handlers type of component
@yyx990803 yyx990803 added the 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. label Dec 4, 2020
@LinusBorg LinusBorg linked an issue Dec 22, 2020 that may be closed by this pull request
@bartenra
Copy link
Contributor

Needs documentation?

@ctrlplusb
Copy link

ctrlplusb commented Jul 12, 2021

Thank the heavens. 😀 Stoked to see these utilities being considered.

I've extracted the ComponentProps utility from this PR into my project and am using it now. 🙏

@Nisgrak
Copy link

Nisgrak commented Feb 11, 2022

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. version: minor
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Add utility types, ComponentProps and ComponentListeners
5 participants