ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
21 lines (20 loc) • 1.21 kB
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
import { DropdownNavigationItem } from 'ngx-obelisco-example/core/models';
import * as i0 from "@angular/core";
export declare class ODropdownNavigationComponent implements OnChanges {
dataTarget: string;
title: string;
iconLeft: string;
iconRight: string;
isAnimatedIconLeft: boolean;
isAnimatedIconRight: boolean;
dropNavItems: DropdownNavigationItem[];
isPositionRight: boolean;
isBordered: boolean;
customClasses: string;
ariaLabel: string;
hasChildren: boolean;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ODropdownNavigationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ODropdownNavigationComponent, "o-dropdown-navigation", never, { "dataTarget": "dataTarget"; "title": "title"; "iconLeft": "iconLeft"; "iconRight": "iconRight"; "isAnimatedIconLeft": "isAnimatedIconLeft"; "isAnimatedIconRight": "isAnimatedIconRight"; "dropNavItems": "dropNavItems"; "isPositionRight": "isPositionRight"; "isBordered": "isBordered"; "customClasses": "customClasses"; "ariaLabel": "ariaLabel"; }, {}, never, never, false>;
}