Ai
2 Star 2 Fork 1

Hongshaoli/react-next-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
next-env.d.ts 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
hsl947 提交于 2020-08-11 16:42 +08:00 . 集成antd,优化代码结构
/// <reference types="next" />
/// <reference types="next/types/global" />
declare module '*.css'
declare module '*.less'
declare module '*.scss'
declare module '*.svg'
declare module '*.png'
declare module '*.jpg'
declare module '*.jpeg'
declare module '*.gif'
declare module '*.bmp'
declare module '*.tiff'
declare module '*.mp3'
declare module 'redux-promise'
interface ReduxProps {
storeData?: Record<any, any>;
setStoreData?: (type: string, payload: any) => object;
}
interface Window {
TencentCaptcha: any;
wxsdk: any;
}
declare module 'react-dom';
declare module 'react-pullload';
declare module 'crypto-js';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hsl947/react-next-app.git
git@gitee.com:hsl947/react-next-app.git
hsl947
react-next-app
react-next-app
master

搜索帮助