lct-components
Version:
LCT basic components
16 lines (15 loc) • 581 B
TypeScript
import { BehaviorSubject } from "rxjs";
import * as i0 from "@angular/core";
export declare class ModalTooltipComponent {
nameStore: string;
version: string;
dateVersion: string;
conditional2: BehaviorSubject<boolean>;
openModalStore: BehaviorSubject<boolean>;
showChangeStore: boolean;
constructor();
cerrarModal(): void;
openChangeStore(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ModalTooltipComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ModalTooltipComponent, "lct-modal-tooltip", never, {}, {}, never, never>;
}