Skip to content

API Reference / @gtkx/animated / SpringValues

Type Alias: SpringValues<T>

SpringValues<T> = [T] extends [Any] ? Lookup<SpringValue<unknown> | undefined> : { [P in keyof T]: SpringWrap<T[P]> }

Defined in: node_modules/.pnpm/@react-spring+core@10.1.2_react@19.2.8/node_modules/@react-spring/core/dist/react-spring_core.modern.d.mts:254

The set of SpringValue objects returned by a useSpring call (or similar).

Type Parameters

T

T extends Lookup = any

Released under the MPL-2.0 License.