@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
18 lines (17 loc) • 809 B
TypeScript
import { Renderer2, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TdLayoutFooterComponent {
private _renderer;
private _elementRef;
private _color?;
/**
* color?: 'accent' | 'primary' | 'warn'
*
* Optional color option: primary | accent | warn.
*/
set color(color: 'primary' | 'accent' | 'warn' | undefined);
get color(): 'primary' | 'accent' | 'warn' | undefined;
constructor(_renderer: Renderer2, _elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutFooterComponent, "td-layout-footer,td-layout-footer-inner", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
}