mirror of
https://github.com/lukin/keywind.git
synced 2025-02-04 21:56:25 +00:00
7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
import type { Alpine } from 'alpinejs';
|
|
|
|
declare global {
|
|
interface Window {
|
|
Alpine: Alpine;
|
|
}
|
|
}
|