UNPKG

@blackbaud/skyux-lib-stache

Version:

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

10 lines (9 loc) 571 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class StacheBlockquoteComponent implements OnInit { author: string | undefined; quoteSource: string | undefined; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StacheBlockquoteComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StacheBlockquoteComponent, "stache-blockquote", never, { "author": { "alias": "author"; "required": false; }; "quoteSource": { "alias": "quoteSource"; "required": false; }; }, {}, never, ["*"], false, never>; }