Ai
1 Star 0 Fork 0

plain-pot/plain-document

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
shims.d.ts 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
martsforever 提交于 2023-07-31 11:37 +08:00 . feat: add logo png and fit small size
// import {VNode} from "vue";
// import 'react';
// import '@vue/runtime-core';
// import '@vue/runtime-dom';
declare const globalComponentPrefix: string;
declare module '*.svg' {export default '';}
declare module '*.png' {export default '';}
declare namespace JSX {
interface ElementClass {
$props?: {};
}
interface ElementAttributesProperty {
$props?: {};
}
}
/*declare module 'react' {
namespace React {
interface ReactElement extends VNode {}
interface Component {$props: any;}
}
export = React;
export as namespace React;
}*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/plain-pot/plain-document.git
git@gitee.com:plain-pot/plain-document.git
plain-pot
plain-document
plain-document
master

搜索帮助