UNPKG

@nativescript-community/ui-pager

Version:

A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data.

48 lines (47 loc) 1.05 kB
declare const _default: { model: { prop: string; event: string; }; props: { items: { type: (ArrayConstructor | ObjectConstructor)[]; }; '+alias': { type: StringConstructor; default: string; }; '+index': { type: StringConstructor; default: string; }; selectedIndex: { type: NumberConstructor; default: number; }; itemTemplateSelector: { type: FunctionConstructor; default: any; }; }; template: string; watch: { items: { handler(newVal: any): void; deep: boolean; }; }; computed: { listeners(): any; }; created(): void; mounted(): void; methods: { onItemLoading(args: any): void; onItemDisposing(args: any): void; onSelectedIndexChange({ value }: { value: any; }): void; }; }; export default _default;