Skip to content

API Reference / @gtkx/animated / Interpolated

Type Alias: Interpolated<T>

Interpolated<T> = { [P in keyof T]: T[P] extends infer Element ? Element extends FluidValue<infer U> ? U : Element : 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:1303

Extract the raw value types that are being interpolated

Type Parameters

T

T extends ReadonlyArray<any>

Released under the MPL-2.0 License.