nativescript-angular
Version:
An Angular renderer that lets you build mobile apps with NativeScript.
9 lines (8 loc) • 419 B
TypeScript
import { ElementRef, IterableDiffers } from "@angular/core";
import { ListView } from "tns-core-modules/ui/list-view";
import { TemplatedItemsComponent } from "./templated-items-comp";
export declare class ListViewComponent extends TemplatedItemsComponent {
readonly nativeElement: ListView;
protected templatedItemsView: ListView;
constructor(_elementRef: ElementRef, _iterableDiffers: IterableDiffers);
}