ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
28 lines (27 loc) • 589 B
TypeScript
export declare type BgType = 'employee_solar' | 'kathu_mirrors' | 'outeiro_ccgt' | 'shem_mareges' | 'shem_thues' | 'tarfaya_windfarm';
export declare const BG_LIST: {
employee_solar: {
url: string;
alt: string;
};
kathu_mirrors: {
url: string;
alt: string;
};
outeiro_ccgt: {
url: string;
alt: string;
};
shem_mareges: {
url: string;
alt: string;
};
shem_thues: {
url: string;
alt: string;
};
tarfaya_windfarm: {
url: string;
alt: string;
};
};