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 f455aab commit 39c0facCopy full SHA for 39c0fac
packages/coreui-react/src/components/form/CFormLabel.tsx
@@ -1,8 +1,8 @@
1
-import React, { forwardRef, AllHTMLAttributes } from 'react'
+import React, { forwardRef, LabelHTMLAttributes } from 'react'
2
import PropTypes from 'prop-types'
3
import classNames from 'classnames'
4
5
-export interface CFormLabelProps extends AllHTMLAttributes<HTMLLabelElement> {
+export interface CFormLabelProps extends LabelHTMLAttributes<HTMLLabelElement> {
6
/**
7
* A string of all className you want applied to the component.
8
*/
0 commit comments