Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import React from 'react'
import { wording } from 'src/words'
import { Form } from './Form'
import { UserCommentProps } from './typings'
function defaultRenderFormFields(props: UserCommentProps) {
return <Form {...props} />
}
export { defaultRenderFormFields }