type Lerp<T> = (target: T, a: T, b: T, t: number) => T
packages / workbench / src / animate / types.ts