UNPKG

yoyo-ng-modulewindy

Version:

服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容

9 lines (8 loc) 310 B
import { QueryList } from '@angular/core'; import { AvatarListItemComponent } from './avatar-list-item.component'; export declare class AvatarListComponent { _size: string; _avatarSize: string; size: 'large' | 'small' | 'mini' | 'default'; _items: QueryList<AvatarListItemComponent>; }