TypeScript 怎么声明全局类型,可以不 import 直接使用?

项目中有一个很常用的类型MyType,目前每次使用都要import import MyType from '../types/MyType' cons…
关注者
28
被浏览
135,847

7 个回答

declare namespace base { export type xxx=string}