import type { IElementValueAccessor } from '../Interfaces/IElementValueAccessor'; /** * Represents the `ControlValidatorFn` type. * * @public */ export type ElementValueAccessorFn = (host: T) => IElementValueAccessor; //# sourceMappingURL=ElementValueAccessorFn.d.ts.map