vevet
Version:
Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.
14 lines • 357 B
TypeScript
import type { Swipe } from '..';
export declare class SwipeStyles {
private _ctx;
/** Styles */
private _styles?;
constructor(_ctx: Swipe);
/** Applies touch-action and cursor styles */
setInline(): void;
/** Appends styles */
append(): void;
/** Remove styles */
remove(): void;
}
//# sourceMappingURL=index.d.ts.map