1 Star 2 Fork 0

Raisr/rabowl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
typings.d.ts 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
01386141 提交于 2021-10-04 09:15 . feat: rabowl 优化完成
declare module '*.css';
declare module '*.less';
declare module '*.png';
declare module '*.svg' {
export function ReactComponent(
props: React.SVGProps<SVGSVGElement>,
): React.ReactElement;
const url: string;
export default url;
}
declare interface Window {
_hosts: {
localHost: string;
pubHost: string;
};
_system: {
browser:
| 'Unkonwn'
| 'Opera'
| 'IE'
| 'Edge'
| 'Firefox'
| 'Safari'
| 'Chrome'
| 'IE>=11';
browserVersion: number;
};
_indexdb: any;
md5: any;
globalConfigs: {
docUrlConfigs: any;
[key: string]: any;
};
SfGather: any;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/rasir/rabowl.git
git@gitee.com:rasir/rabowl.git
rasir
rabowl
rabowl
v2.0.0

搜索帮助