UNPKG

@bimeister/pupakit.kit

Version:

PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.

10 lines (9 loc) 444 B
import { DropdownRef } from '../../../declarations/classes/dropdown-ref.class'; import * as i0 from "@angular/core"; export declare class DropdownMenuContextService { private currentDropdownRef; setDropdownRef(dropdownRef: DropdownRef | null): void; closeDropdown(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuContextService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DropdownMenuContextService>; }