cfc-ds
Version:
Design System do Conselho Federal de Contabilidade baseado no govbr-ds
21 lines (20 loc) • 842 B
TypeScript
import { OnInit } from '@angular/core';
import { FooterConfig } from '../../models/footer.model';
import * as i0 from "@angular/core";
export declare class FooterComponent implements OnInit {
config: FooterConfig;
activeCategory: string | null;
screenWidth: number;
get themeClass(): string;
get alignmentClass(): string;
get gridClass(): string;
get isCollapsible(): boolean;
constructor();
ngOnInit(): void;
ngOnDestroy(): void;
onResize(): void;
toggleCategory(categoryTitle: string): void;
isCategoryActive(categoryTitle: string): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "cfc-footer", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
}