@lxlib/seed
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
13 lines (12 loc) • 423 B
TypeScript
import { ElementRef, OnDestroy, OnInit, Renderer2, TemplateRef } from '@angular/core';
export declare class FooterToolbarComponent implements OnInit, OnDestroy {
private el;
private renderer;
private doc;
errorCollect: boolean;
extra: string | TemplateRef<void>;
constructor(el: ElementRef, renderer: Renderer2, doc: any);
private get bodyCls();
ngOnInit(): void;
ngOnDestroy(): void;
}