igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
12 lines (11 loc) • 900 B
TypeScript
import { IgxBottomNavContentComponent } from './bottom-nav-content.component';
import { IgxBottomNavHeaderComponent } from './bottom-nav-header.component';
import { IgxBottomNavItemComponent } from './bottom-nav-item.component';
import { IgxBottomNavComponent } from './bottom-nav.component';
import { IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective } from './bottom-nav.directives';
export * from './bottom-nav.component';
export * from './bottom-nav-item.component';
export * from './bottom-nav-header.component';
export * from './bottom-nav.directives';
export * from './bottom-nav-content.component';
export declare const IGX_BOTTOM_NAV_DIRECTIVES: readonly [typeof IgxBottomNavComponent, typeof IgxBottomNavItemComponent, typeof IgxBottomNavHeaderComponent, typeof IgxBottomNavContentComponent, typeof IgxBottomNavHeaderLabelDirective, typeof IgxBottomNavHeaderIconDirective];