MCPcopy
hub / github.com/pmndrs/react-spring / InterpolatorFactory

Interface InterpolatorFactory

packages/types/src/interpolation.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6export type ExtrapolateType = 'identity' | 'clamp' | 'extend'
7
8export interface InterpolatorFactory {
9 <Input, Output>(
10 interpolator: InterpolatorFn<Input, Output>
11 ): typeof interpolator
12
13 <Output>(
14 config: InterpolatorConfig<Output>
15 ): (input: number) => Animatable<Output>
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…