Sith/core/static/webpack/utils/globals.ts

7 lines
145 B
TypeScript
Raw Normal View History

import type { Alpine as AlpineType } from "alpinejs";
declare global {
const Alpine: AlpineType;
const gettext: (text: string) => string;
}