UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

6 lines (5 loc) 215 B
export declare namespace ios { function getActualHeight(view: any): number; function getStatusBarHeight(viewController?: any): number; function _layoutRootView(rootView: any, parentBounds: any): void; }