UNPKG

@egjs/flicking

Version:

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

12 lines (11 loc) 427 B
import State from "./State"; import { FlickingContext } from "../types"; declare class DisabledState extends State { readonly type: 4; readonly holding = false; readonly playing = true; onAnimationEnd(e: any, { transitTo }: FlickingContext): void; onChange(e: any, { viewport, transitTo }: FlickingContext): void; onRelease(e: any, { transitTo }: FlickingContext): void; } export default DisabledState;