@taiga-ui/layout
Version:
A package with Taiga UI layout components
8 lines (7 loc) • 435 B
TypeScript
import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
import * as i0 from "@angular/core";
export declare class TuiAppBarDirective {
tuiSlot: TuiLooseUnion<'left' | 'right'>;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppBarDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAppBarDirective, "[tuiSlot]", never, { "tuiSlot": { "alias": "tuiSlot"; "required": false; }; }, {}, never, never, true, never>;
}