@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.
13 lines (12 loc) • 696 B
TypeScript
import { OnChanges, TemplateRef } from '@angular/core';
import { BehaviorSubject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class OptionActionsRightDirective implements OnChanges {
readonly templateRef: TemplateRef<unknown>;
pupaOptionActionsRight: boolean;
readonly isDisplayed$: BehaviorSubject<boolean>;
constructor(templateRef: TemplateRef<unknown>);
ngOnChanges(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<OptionActionsRightDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<OptionActionsRightDirective, "[pupaOptionActionsRight]", never, { "pupaOptionActionsRight": "pupaOptionActionsRight"; }, {}, never, never, false>;
}