UNPKG

@egjs/flicking

Version:

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

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