import type { GlobalVarQuery } from './types';

export function globalVarVue3(_args?: GlobalVarQuery) {
  return {
    $window: window,
  };
}
