UNPKG

@studio-freight/lenis

Version:

Lenis is a smooth scroll library to normalize and smooth the scrolling experience across devices

8 lines (7 loc) 189 B
export class Emitter { events: {}; emit(event: any, ...args: any[]): void; on(event: any, cb: any): () => void; off(event: any, callback: any): void; destroy(): void; }