UNPKG

angular2-schema-form

Version:

Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)

7 lines (6 loc) 199 B
import { FormProperty, PropertyGroup } from './formproperty'; export interface Validator { (value: any, formProperty: FormProperty, form: PropertyGroup): [{ [key: string]: any; }]; }