UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

11 lines (10 loc) 554 B
import { MatBottomSheetRef } from "@angular/material/bottom-sheet"; import { BaseComponent } from "../base/base.component"; import * as i0 from "@angular/core"; export declare class NewVersionComponent extends BaseComponent { private bottomSheetRef; constructor(bottomSheetRef: MatBottomSheetRef<NewVersionComponent>); reload(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NewVersionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NewVersionComponent, "spaas-new-version", never, {}, {}, never, never, false, never>; }