添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
I don't think the typings are working correctly here.
I was reading through some of the docs and thought that I had the option of importing from `gsap` of `gsap/all` etc
But - when I import from one of the sub files e.g. `gsap/all` typescript fails to find the types for the module
This is resolved if I import from `gsap` instead.

This seems like a bug - as I lose the typings for importing from `gsap/...`