Skip to content

Commit

Permalink
docs: Update controllers-and-springs.mdx (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayor-Rhymes authored Jun 5, 2023
1 parent 9a4d987 commit 7e9f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/routes/docs/concepts/controllers-and-springs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ of the `from` config object). The value of said key is a [`SpringValue`](#spring
Explained in `typescript` terms the signature looks like:

```ts
type SpringValues<SpringConfig extends Record<string, any> = {
type SpringValues<SpringConfig extends Record<string, any>> = {
[Key in keyof OnlyAnimatableKeys<SpringConfig>]: SpringValue
}
```
Expand Down

1 comment on commit 7e9f275

@vercel
Copy link

@vercel vercel bot commented on 7e9f275 Jun 5, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.