UNPKG

@wizni/quiver

Version:

Quiver- Angular frontend development tools.

29 lines (28 loc) 546 B
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; /** * color?: string * * toolbar color option: primary | accent | warn. * If [color] is not set, primary is used. */ color: string; }