ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
15 lines (14 loc) • 432 B
TypeScript
import { TemplateRef } from '@angular/core';
export declare class ListComponent {
defaultProps: any;
renderHeaderType: string;
renderFooterType: string;
private _renderHeader;
private _renderFooter;
private _className;
className: any;
renderHeader: string | Function | TemplateRef<any>;
renderFooter: string | Function | TemplateRef<any>;
readonly hostClassName: string;
constructor();
}