WithAnimatedObject<T>: {
    [K in keyof T]: WithAnimatedValue<T[K]>
}

Type Parameters

  • T