UNPKG

@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) 971 B
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": "cardTitle"; "cardSubtitle": "cardSubtitle"; "cardWidth": "cardWidth"; "color": "color"; }, {}, never, ["*", "[td-after-card]"]>; }