UNPKG

ngx-bootstrap

Version:
8 lines (7 loc) 255 B
import { InjectionToken, Type } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; export interface ControlValueAccessorModel { provide: InjectionToken<ControlValueAccessor>; useExisting: Type<any>; multi: boolean; }