UNPKG

my-test123

Version:
14 lines (13 loc) 372 B
import { OnInit } from '@angular/core'; import { Spaces } from 'ngx-fabric8-wit'; export declare class AssigneesComponent implements OnInit { private spaces; private assignees; truncateAfter: number; showFullName: boolean; assigneeInput: any; private spaceSubscription; private spaceId; constructor(spaces: Spaces); ngOnInit(): void; }