UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

10 lines (9 loc) 223 B
/** * @private * Map of possible pages that can be navigated to using an Ionic NavController */ export declare class NavRegistry { constructor(pages?: any[]); get(pageName: any): any; set(page: any): void; }