UNPKG

@phrixothrixa/angular-redux-form

Version:
4 lines (3 loc) 249 B
import { ControlContainer, ControlValueAccessor } from '@angular/forms'; export declare function controlPath(name: string, parent: ControlContainer): string[]; export declare function isBuiltInAccessor(valueAccessor: ControlValueAccessor): boolean;