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