motiondivision / motion

A modern animation library for React and JavaScript
https://motion.dev
MIT License
25.66k stars 842 forks source link

[BUG] Export Easing type like in 10.x.x version #2884

Open minht11 opened 1 week ago

minht11 commented 1 week ago

1. Describe the bug

10.x.x version had Easing type exported, 11.x.x does not.

2. Steps to reproduce

Steps to reproduce the behavior:

  1. Try import { type Easing } from 'motion
  2. Observe no export present