UNPKG

nativescript-angular

Version:

An Angular renderer that lets you build mobile apps with NativeScript.

10 lines (9 loc) 248 B
import { Device } from "tns-core-modules/platform"; export declare class AndroidFilterComponent { show: boolean; constructor(device: Device); } export declare class IosFilterComponent { show: boolean; constructor(device: Device); }