@harbor/ui
Version:
Harbor shared UI components based on Clarity and Angular6
9 lines (8 loc) • 373 B
TypeScript
import { Type } from '@angular/core';
export * from './config';
export * from './replication/replication-config.component';
export * from './system/system-settings.component';
export * from './vulnerability/vulnerability-config.component';
export * from './registry-config.component';
export * from './gc/index';
export declare const CONFIGURATION_DIRECTIVES: Type<any>[];