vevet
Version:
Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.
13 lines • 324 B
TypeScript
import { ICore } from '../core/global';
import { ICoreProps } from '../core/types';
declare global {
interface Window {
vevet5: Readonly<ICore>;
VEVET_PROPS: Partial<ICoreProps>;
}
}
/**
* @group Utils
*/
export declare function initVevet(): Readonly<ICore>;
//# sourceMappingURL=initVevet.d.ts.map