mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 20:08:05 +00:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
import type { Alpine as AlpineType } from "alpinejs";
|
|
|
|
declare global {
|
|
const Alpine: AlpineType;
|
|
const gettext: (text: string) => string;
|
|
}
|