When using the configs as documented in the README typescript compilation fails with:
Type error: Type '() => Partial<AnimationConfig>' is not assignable to type 'Partial<AnimationConfig>[]'.
Update the type definitions so it can be used as documented.
When using the configs as documented in the README typescript compilation fails with:
Type error: Type '() => Partial<AnimationConfig>' is not assignable to type 'Partial<AnimationConfig>[]'.
Update the type definitions so it can be used as documented.