搜索

首页  >  问答  >  正文

javascript - 在看react-motion的时候看到export type xxxx这样的函数,es6里面有这样的写法么,不知道,问一下。。。

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

天蓬老师天蓬老师2769 天前654

全部回复(1)我来回复

  • phpcn_u1582

    phpcn_u15822017-05-19 10:35:33

    es6不能这样写。你看到的应该是typescript代码。

    回复
    0
  • 取消回复