@harbor/ui
Version:
Harbor shared UI components based on Clarity and Angular6
14 lines (13 loc) • 476 B
TypeScript
import { CopyInputComponent } from "./copy-input.component";
import { InlineAlertComponent } from "../inline-alert/inline-alert.component";
export declare class PushImageButtonComponent {
registryUrl: string;
projectName: string;
tagCopyInput: CopyInputComponent;
pushCopyInput: CopyInputComponent;
copyAlert: InlineAlertComponent;
readonly tagCommand: string;
readonly pushCommand: string;
onclick(): void;
onCpError($event: any): void;
}