@blackbaud/skyux-lib-media
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 662 B
TypeScript
import { ChangeDetectorRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SkyHeroComponent {
#private;
backgroundImageUrl: string | undefined;
set overlayOpacity(value: string | undefined);
get overlayOpacity(): string;
constructor(changeDetector: ChangeDetectorRef);
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHeroComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyHeroComponent, "sky-hero", never, { "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; }; "overlayOpacity": { "alias": "overlayOpacity"; "required": false; }; }, {}, never, ["*"], false, never>;
}