chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.68k stars 1.15k forks source link

Export SpringHelperConfig type #551

Closed TrySound closed 4 years ago

TrySound commented 5 years ago

This type is used by react-beautiful-dnd.

Flat bundles and single types reexport will forbid using internals so we need to expose some types like this one. If something else will be required we could make feature released after 0.6.

TrySound commented 5 years ago

/cc @nkbt