UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

14 lines (13 loc) 494 B
import { ICarouselState } from './carousel-state.type'; import * as i0 from "@angular/core"; export declare class CarouselState { #private; get state(): ICarouselState; set state(state: ICarouselState); setItems(newItems: any): void; setNextIndex(nextIndex: any): void; direction(direction?: 'next' | 'prev'): number; reset(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CarouselState, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CarouselState>; }