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

Update element props interface names #5

Merged
merged 3 commits into from
Apr 6, 2024
Merged

Conversation

EthanThatOneKid
Copy link
Contributor

Overview

Currently, some element render functions directly use the GlobalAttributes type as their props. Instead, we should still create an interface that extends GlobalAttributes with empty parameters. This allows library users to predict the element props interface name of an element render function.

@EthanThatOneKid EthanThatOneKid merged commit 15474fc into main Apr 6, 2024
1 check passed
@EthanThatOneKid EthanThatOneKid deleted the update-props branch April 6, 2024 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant