@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.
32 lines (31 loc) • 1.12 kB
TypeScript
import * as i0 from "@angular/core";
export declare class TdLayoutCardOverComponent {
/**
* cardTitle?: string
*
* Title set in card.
*/
cardTitle?: string;
/**
* cardSubtitle?: string
*
* Subtitle set in card.
*/
cardSubtitle?: string;
/**
* cardWidth?: string
*
* Card flex width in %.
* Defaults to 70%.
*/
cardWidth?: number | undefined;
/**
* color?: 'accent' | 'primary' | 'warn'
*
* toolbar color option: primary | accent | warn.
* If [color] is not set, primary is used.
*/
color?: 'accent' | 'primary' | 'warn';
static ɵfac: i0.ɵɵFactoryDeclaration<TdLayoutCardOverComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdLayoutCardOverComponent, "td-layout-card-over", never, { "cardTitle": { "alias": "cardTitle"; "required": false; }; "cardSubtitle": { "alias": "cardSubtitle"; "required": false; }; "cardWidth": { "alias": "cardWidth"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*", "[td-after-card]"], false, never>;
}