使用“declare global”操作即可。
项目根目录下新建myDeclareFile.d.ts
declare global { interface Navigator { mediaSession: any } interface String { myExtendAction: () => void } const myVariable = 1 }
posted on 2019-01-07 16:27 axel10 阅读(7516) 评论(0) 编辑 收藏 举报