Skip to content

API Reference / @gtkx/animated / SpringComponentProps

Type Alias: SpringComponentProps<State>

SpringComponentProps<State> = unknown & UseSpringProps<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:1272

Type Declaration

children

children: (values) => React.JSX.Element | null

Parameters

values

SpringValues<State>

Returns

React.JSX.Element | null

Type Parameters

State

State extends object = UnknownProps

Released under the MPL-2.0 License.