AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 marp
global.d.ts
根目录
/
website
/
global.d.ts
1
import {} from 'react'
2
3
declare module 'react' {
4
interface HTMLAttributes {
5
inert?: ''
6
}
7
}
8
8 lines
TYPESCRIPT