@blackbaud/skyux-lib-stache
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 578 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class StacheLayoutBlankComponent implements OnInit {
#private;
set identifier(value: string | undefined);
get identifier(): string;
className: string | undefined;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StacheLayoutBlankComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StacheLayoutBlankComponent, "stache-layout-blank", never, { "identifier": { "alias": "identifier"; "required": false; }; }, {}, never, ["*"], false, never>;
}