UNPKG

@formio/core

Version:

The core Form.io renderering framework.

6 lines (5 loc) 147 B
import Rules from './rules'; import { Validator } from './Validator'; export { Validator }; export { Rules }; export { Rule } from './rules/Rule';