Skip to content

Commit 757598d

Browse files
committed
fix(renderer): export use field api type
1 parent ec8e009 commit 757598d

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.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export { default as parseCondition } from './parse-condition';
1313
export { default as RendererContext, FormOptions } from './renderer-context';
1414
export { default as schemaErrors } from './schema-errors';
1515
export { default as useFieldApi } from './use-field-api';
16+
export { UseFieldApiConfig } from './use-field-api';
1617
export { default as useFormApi } from './use-form-api';
1718
export { default as validatorMapper, ValidatorMapper } from './validator-mapper';
1819
export { default as validatorTypes } from './validator-types';

0 commit comments

Comments
 (0)