API Reference / @gtkx/animated / Springify
Type Alias: Springify<T>
Springify<
T> =Lookup<SpringValue<unknown> |undefined> & { [P in keyof T]: T[P] | SpringValue<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:250
Map an object type to allow SpringValue for any property
Type Parameters
T
T