-
+
+
{renderField(field)}
))}
);
};
-export default CustomizedDynamicForm;
\ No newline at end of file
+export default DynamicForm;
\ No newline at end of file
diff --git a/src/index.ts b/src/index.ts
index 164f884..6e86770 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,5 +1,5 @@
import DynamicForm from './components/DynamicForm'
-import { IFormField, DynamicFormProps } from './assets/interfaces'
+import { IFormField, DynamicFormProps, ISubmitButtonProps } from './assets/interfaces'
export default DynamicForm
-export { IFormField, DynamicFormProps }
\ No newline at end of file
+export { IFormField, DynamicFormProps, ISubmitButtonProps }
\ No newline at end of file