We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4d987 commit 7e9f275Copy full SHA for 7e9f275
docs/app/routes/docs/concepts/controllers-and-springs.mdx
@@ -42,7 +42,7 @@ of the `from` config object). The value of said key is a [`SpringValue`](#spring
42
Explained in `typescript` terms the signature looks like:
43
44
```ts
45
-type SpringValues<SpringConfig extends Record<string, any> = {
+type SpringValues<SpringConfig extends Record<string, any>> = {
46
[Key in keyof OnlyAnimatableKeys<SpringConfig>]: SpringValue
47
}
48
```
0 commit comments