@taiga-ui/layout
Version:
A package with Taiga UI layout components
6 lines (5 loc) • 391 B
TypeScript
import { TuiAppBarComponent } from './app-bar.component';
import { TuiAppBarDirective } from './app-bar.directive';
import { TuiAppBarBack } from './app-bar-back.component';
import { TuiAppBarSizeDirective } from './app-bar-size.directive';
export declare const TuiAppBar: readonly [typeof TuiAppBarComponent, typeof TuiAppBarDirective, typeof TuiAppBarBack, typeof TuiAppBarSizeDirective];