Skip to content

Comments

feature: upgrade dependencies & fix type errors#2

Open
AshKyd wants to merge 1 commit intomasterfrom
chore/upgrade
Open

feature: upgrade dependencies & fix type errors#2
AshKyd wants to merge 1 commit intomasterfrom
chore/upgrade

Conversation

@AshKyd
Copy link
Member

@AshKyd AshKyd commented Jul 15, 2024

No description provided.

@AshKyd AshKyd requested a review from drzax July 15, 2024 06:45

export const alternatingCaseToGraphicProps = (alternatingCase: string) => {
const graphicProps = acto(alternatingCase);
export const alternatingCaseToGraphicProps = (alternatingCase: string): GraphicProps => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drzax I'm curious what you'd do here. There's about 10 different props coming in. Is this alright?

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