- import { NgbNav } from './nav';
- /**
- * The outlet where currently active nav content will be displayed.
- *
- * @since 5.2.0
- */
- export declare class NgbNavOutlet {
- /**
- * A role to set on the nav pane
- */
- paneRole: any;
- /**
- * Reference to the `NgbNav`
- */
- nav: NgbNav;
- }
|