kwikid-components
Version:
KwikID's Components Library
10 lines (9 loc) • 440 B
TypeScript
import { OnInit } from "@angular/core";
import * as i0 from "@angular/core";
export declare class KwikIDPageFooterComponent implements OnInit {
config: any;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KwikIDPageFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KwikIDPageFooterComponent, "kwikid-components-page-footer", never, { "config": "config"; }, {}, never, never>;
}