ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
12 lines (11 loc) • 343 B
TypeScript
import { TemplateRef } from '@angular/core';
export declare class CardHeaderComponent {
prefixCls: string;
thumb: string | TemplateRef<void>;
thumbStyle: object;
title: string | TemplateRef<void>;
extra: string | TemplateRef<void>;
cardBodyWrapper: boolean;
constructor();
isTemplateRef(value: any): boolean;
}