UNPKG

215 BTypeScriptView Raw
1export declare namespace ios {
2 function getActualHeight(view: any): number;
3 function getStatusBarHeight(viewController?: any): number;
4 function _layoutRootView(rootView: any, parentBounds: any): void;
5}