UNPKG

ng-zorro-antd-yj

Version:

An enterprise-class UI components based on Ant Design and Angular

9 lines (8 loc) 324 B
import { QueryList, TemplateRef } from '@angular/core'; import { NzCommentActionComponent as CommentAction } from './nz-comment-cells'; export declare class NzCommentComponent { nzAuthor: string | TemplateRef<void>; nzDatetime: string | TemplateRef<void>; actions: QueryList<CommentAction>; constructor(); }