ng-materialgrammi
Version:
An Angular framework which follows
13 lines (12 loc) • 635 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FooterComponent implements OnInit {
theme: string;
toBottom: boolean;
class: string;
constructor();
ngOnInit(): void;
mainFooterClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "mg-footer", never, { "theme": "theme"; "toBottom": "toBottom"; "class": "class"; }, {}, never, ["[slot=left-section]", "[slot=middle-section]", "[slot=right-section]", "[slot=left-bottom-section]", "[slot=right-bottom-section]"]>;
}