UNPKG

@egjs/flicking

Version:

Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

9 lines (8 loc) 285 B
import State from "./State"; declare class DraggingState extends State { readonly holding = true; readonly animating = true; onChange(ctx: Parameters<State["onChange"]>[0]): void; onRelease(ctx: Parameters<State["onRelease"]>[0]): void; } export default DraggingState;