Skip to content

Commit da99bc7

Browse files
committed
fix(mui): validation error invalid type declaration
1 parent 190a118 commit da99bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Meta } from "@data-driven-forms/react-form-renderer";
22

3-
export type validationError = (meta: Meta<any>, validateOnMount?: boolean) => boolean | any | undefined;
3+
export function validationError(meta: Meta<any>, validateOnMount?: boolean): boolean | any | undefined;
44

55
export default validationError;

0 commit comments

Comments
 (0)