TypeScriptDefault export of the module has or is using private name ‘Details’.ts(4082) TypeScript Default export of the module has or is using private name ‘Details’.ts(4082)因为 namespace 的概念,未 export 的类型,被认为是私有的,不可 显示在外部。所以只需 将这个类型,export 即可。错误会出现在 declation: true 的情况。