@@ -0,0 +1,10 @@
/// <reference types="vite/client" />
import type { Alpine } from "alpinejs";
export {};
declare global {
interface Window {
Alpine: Alpine;
}
该备注对被屏蔽的用户不可见。