UNPKG

@formio/core

Version:

The core Form.io renderering framework.

6 lines (5 loc) 194 B
import { Rule } from '@formio/validator'; export declare class JSONRule extends Rule { defaultMessage: string; check(value?: any, data?: any, row?: any, index?: number): Promise<any>; }