API Reference / @gtkx/animated / UseSpringProps
Type Alias: UseSpringProps<Props>
UseSpringProps<
Props> =unknown&PickAnimated<Props> extends infer State ?StateextendsLookup?Remap<ControllerUpdate<State> &object> :never:never
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:1065
The props that useSpring recognizes.
Type Parameters
Props
Props extends object = any