API Reference / @gtkx/animated / Trail
Function: Trail()
Trail<
Item,Props>(__namedParameters): (string|number|bigint|boolean|Iterable<ReactNode,any,any> |ReactElement<unknown,string|JSXElementConstructor<any>> |Promise<string|number|bigint|boolean|ReactPortal|Iterable<ReactNode,any,any> |ReactElement<unknown,string|JSXElementConstructor<any>> |null|undefined> |null|undefined)[]
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:1288
Type Parameters
Item
Item
Props
Props extends TrailComponentProps<Item, any>
Parameters
__namedParameters
Props & { [P in string | number | symbol]: (Pick<Props, Exclude<keyof Props, InvalidKeys<Props, TrailComponentProps<Item, Props>>>> & { [K in string | number | symbol]: never })[P] }
Returns
(string | number | bigint | boolean | Iterable<ReactNode, any, any> | ReactElement<unknown, string | JSXElementConstructor<any>> | Promise<string | number | bigint | boolean | ReactPortal | Iterable<ReactNode, any, any> | ReactElement<unknown, string | JSXElementConstructor<any>> | null | undefined> | null | undefined)[]