mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-04 03:16:02 +00:00
chore: fix type:check error (#3139)
This commit is contained in:
7
types/global.d.ts
vendored
7
types/global.d.ts
vendored
@@ -22,6 +22,13 @@ declare global {
|
||||
// __APP__: App<Element>;
|
||||
// }
|
||||
|
||||
// fix FullScreen type error
|
||||
interface Document {
|
||||
mozFullScreenElement?: Element;
|
||||
msFullscreenElement?: Element;
|
||||
webkitFullscreenElement?: Element;
|
||||
}
|
||||
|
||||
// vue
|
||||
declare type PropType<T> = VuePropType<T>;
|
||||
declare type VueNode = VNodeChild | JSX.Element;
|
||||
|
Reference in New Issue
Block a user