Skip to content

API Reference / @gtkx/animated / TransitionComponentProps

Type Alias: TransitionComponentProps<Item, Props>

TransitionComponentProps<Item, Props> = unknown & UseTransitionProps<Item> & 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:715

Type Declaration

children

children: TransitionRenderFn<NoInfer<Item>, PickAnimated<Props>>

items

items: OneOrMore<Item>

keys?

optional keys?: ItemKeys<NoInfer<Item>>

Type Parameters

Item

Item

Props

Props extends object = any

Released under the MPL-2.0 License.