UNPKG

primeng

Version:

PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

12 lines (11 loc) 453 B
import { Nullable } from 'primeng/ts-helpers'; import * as i0 from "@angular/core"; export declare class ContextMenuService { private activeItemKeyChange; activeItemKeyChange$: import("rxjs").Observable<string>; activeItemKey: Nullable<string>; changeKey(key: string): void; reset(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ContextMenuService>; }