Skip to content

API Reference / @gtkx/animated / UseSpringsProps

Type Alias: UseSpringsProps<State>

UseSpringsProps<State> = unknown & ControllerUpdate<State> & object

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:1088

Type Declaration

ref?

optional ref?: SpringRef<State>

Type Parameters

State

State extends Lookup = Lookup

Released under the MPL-2.0 License.