src/utils/index.ts @@ -1,3 +1,5 @@ type TargetContext = '_self' | '_parent' | '_blank' | '_top'; export const openWindow = ( @@ -67,4 +69,11 @@ }) } export const documentHeight:number = window.innerHeight - 320; export default null;