@nstudio/nativescript-carousel
Version:
Carousel component for NativeScript (iOS & Android).
20 lines (19 loc) • 522 B
TypeScript
import { CarouselCommon } from './common';
export * from './common';
export declare class Carousel extends CarouselCommon {
nativeView: any;
items: any;
itemTemplate: any;
selectedPage: any;
private _isDirty;
private currentOrientation;
constructor();
createNativeView(): any;
initNativeView(): void;
disposeNativeView(): void;
onLoaded(): void;
onOrientationChanged: (evt: any) => void;
refresh(): void;
onItemsChanged(data: any): void;
private _getDataItem;
}