Files
theme-earth/env.d.ts
2022-11-08 22:56:44 +08:00

12 lines
178 B
TypeScript

/// <reference types="vite/client" />
import type { Alpine } from "alpinejs";
export {};
declare global {
interface Window {
Alpine: Alpine;
SearchWidget: any;
}
}