chore: add share image in qq browser

This commit is contained in:
unix
2020-04-10 10:02:04 +08:00
parent 5441f70653
commit 48e9e3b8e5
2 changed files with 8 additions and 0 deletions

7
typings/meta.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
import React from 'react'
declare module 'react' {
interface MetaHTMLAttributes<T> extends React.MetaHTMLAttributes<T> {
itemprop?: string
}
}