加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
global.d.ts 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jake Archibald 提交于 2018-11-14 14:04 . Building on #275 (#289)
declare const __webpack_public_path__: string;
declare const PRERENDER: boolean;
declare interface NodeModule {
hot: any;
}
declare interface Window {
STATE: any;
ga: typeof ga;
}
declare namespace JSX {
interface Element { }
interface IntrinsicElements { }
interface HTMLAttributes {
decoding?: string;
}
}
declare module 'classnames' {
export default function classnames(...args: any[]): string;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化