/// <reference types="vite/client" />
|
|
|
|
declare module 'wow.js' {
|
|
export default class WOW {
|
|
constructor(options?: any);
|
|
init(): void;
|
|
}
|
|
}
|