We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7ed62 commit 5ded163Copy full SHA for 5ded163
packages/coreui-react/src/components/form/CForm.tsx
@@ -1,8 +1,8 @@
1
-import React, { forwardRef, HTMLAttributes } from 'react'
+import React, { forwardRef, FormHTMLAttributes } from 'react'
2
import PropTypes from 'prop-types'
3
import classNames from 'classnames'
4
5
-export interface CFormProps extends HTMLAttributes<HTMLFormElement> {
+export interface CFormProps extends FormHTMLAttributes<HTMLFormElement> {
6
/**
7
* A string of all className you want applied to the component.
8
*/
0 commit comments