@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
9 lines (8 loc) • 566 B
TypeScript
import { AbstractMultiUserAssignListComponent, UserListService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class MultiUserAssignListComponent extends AbstractMultiUserAssignListComponent {
protected _userListService: UserListService;
constructor(_userListService: UserListService);
static ɵfac: i0.ɵɵFactoryDeclaration<MultiUserAssignListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MultiUserAssignListComponent, "nc-multi-user-assign-list", never, {}, {}, never, never, false, never>;
}