Files
Sith/core/static/bundled/utils/globals.ts
T

8 lines
233 B
TypeScript

import type { Alpine as AlpineType } from "alpinejs";
declare global {
const Alpine: AlpineType;
const gettext: (text: string) => string;
const interpolate: <T>(fmt: string, args: string[] | T, isNamed?: boolean) => string;
}