返回 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