Ben Lin
2024-06-18 c3e294ff76aff4654c7218645c7a13b539f66a36
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;