Ben Lin
2024-07-04 68d75a540ec8b3168c3af956ea00b898036d92cd
types/global.d.ts
@@ -22,6 +22,13 @@
  //   __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;