UNPKG

@blackbaud/skyux-lib-stache

Version:

This library was generated with [Nx](https://nx.dev).

14 lines (13 loc) 646 B
import { OnInit } from '@angular/core'; import { SkyAppConfig } from '@skyux/config'; import { StacheRouteService } from '../router/route.service'; import * as i0 from "@angular/core"; export declare class StacheEditButtonComponent implements OnInit { #private; editButtonText: string | undefined; url: string | undefined; constructor(config: SkyAppConfig, routeSvc: StacheRouteService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StacheEditButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StacheEditButtonComponent, "stache-edit-button", never, {}, {}, never, never, false, never>; }