UNPKG

@blackbaud/skyux

Version:
16 lines (15 loc) 492 B
import { OnInit } from '@angular/core'; import { SkyResourcesService } from '../resources/resources.service'; export declare class SkyErrorComponent implements OnInit { private resources; errorType: string; title: string; description: string; private _errorType; constructor(resources: SkyResourcesService); ngOnInit(): void; setErrorTypeFields(): void; showBrokenImage(): boolean; showNotFoundImage(): boolean; showConstructionImage(): boolean; }