panel/globals.d.ts

7 lines
No EOL
108 B
TypeScript

import type Alpine from 'alpinejs';
declare global {
interface Window {
Alpine: Alpine;
}
}