@nativescript-community/ui-material-bottomnavigationbar
Version:
Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.
11 lines (10 loc) • 669 B
TypeScript
import * as i0 from "@angular/core";
export declare class BottomNavigationBarDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<BottomNavigationBarDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<BottomNavigationBarDirective, "BottomNavigationBar", never, {}, {}, never, never, false, never>;
}
export declare class BottomNavigationTabDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<BottomNavigationTabDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<BottomNavigationTabDirective, "BottomNavigationTab", never, {}, {}, never, never, false, never>;
}
export declare const DIRECTIVES: (typeof BottomNavigationBarDirective)[];