@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
6 lines (5 loc) • 377 B
TypeScript
import { RootLayoutBase } from './root-layout-common';
export declare function _findRootLayoutById(id: string): RootLayoutBase;
export declare function _pushIntoRootLayoutStack(rootLayout: RootLayoutBase): void;
export declare function _removeFromRootLayoutStack(rootLayout: RootLayoutBase): void;
export declare function _geRootLayoutFromStack(index: number): RootLayoutBase;