UNPKG

yoyo-ng-modulewindy

Version:

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

10 lines (9 loc) 264 B
import { EventEmitter } from '@angular/core'; export declare class TagSelectComponent { /** 是否启用 `展开与收进` */ expandable: any; private _expandable; expand: boolean; change: EventEmitter<boolean>; trigger(): void; }