export type SpringHelperConfig = {stiffness?: number,damping?: number,precision?: number,};就比如像上面的代码吧,待会儿可以直接import SpringHelperConfig然后使用么。。。 查看完整描述