UNPKG

@chatterton/angular2-schema-form

Version:

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

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