UNPKG

@fancyapps/ui

Version:

Robust JavaScript UI Component Library

11 lines (10 loc) 194 B
export declare const enum CarouselState { Init = 0, Ready = 1, Destroyed = 2 } export declare const enum CarouselSlideContentState { Loading = 0, Loaded = 1, Error = 2 }