Updated to v1.7.8

This commit is contained in:
Henry Whitaker
2020-07-20 17:20:17 +01:00
parent 5d28876b2b
commit 1e25197063
1425 changed files with 48003 additions and 13327 deletions

View File

@@ -72,4 +72,6 @@ var FormFile = React.forwardRef(function (_ref, ref) {
}, feedback))));
});
FormFile.displayName = 'FormFile';
FormFile.Input = FormFileInput;
FormFile.Label = FormFileLabel;
export default FormFile;