Skip to content

Commit 12f6820

Browse files
committed
fix(renderer): export validator mapper in index.js
1 parent f8f69f9 commit 12f6820

File tree

1 file changed

+1
-0
lines changed
  • packages/react-form-renderer/src

1 file changed

+1
-0
lines changed

packages/react-form-renderer/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ export { default as useFieldApi } from './files/use-field-api';
1515
export { default as DefaultSchemaError } from './files/schema-errors';
1616
export { default as WizardContext } from './files/wizard-context';
1717
export { default as parseCondition } from './files/parse-condition';
18+
export { default as validatorMapper } from './files/validator-mapper';

0 commit comments

Comments
 (0)