vueuse / motion

๐Ÿคน Vue Composables putting your components in motion
https://motion.vueuse.org
MIT License
2.37k stars 82 forks source link

fix: types #209

Closed heygsc closed 4 months ago

heygsc commented 4 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

The key of [key, value] in Object. entries() is always of type string: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries Here, the type of valueAsType(value in result) is any.

So to fix type error, we can define an interface Result for here.

๐Ÿ“ Checklist