mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-30 05:05:38 +08:00
chore: add share image in qq browser
This commit is contained in:
7
typings/meta.d.ts
vendored
Normal file
7
typings/meta.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
declare module 'react' {
|
||||
interface MetaHTMLAttributes<T> extends React.MetaHTMLAttributes<T> {
|
||||
itemprop?: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user