| 11 | export type AnyResolvedKeyframe = string | number |
| 12 | |
| 13 | export interface ProgressTimeline { |
| 14 | currentTime: null | { value: number } |
| 15 | |
| 16 | cancel?: VoidFunction |
| 17 | } |
| 18 | |
| 19 | export interface ValueAnimationOptionsWithRenderContext< |
| 20 | V extends AnyResolvedKeyframe = number |
nothing calls this directly
no outgoing calls
no test coverage detected