UNPKG
@leebonggu/component-library
Version:
latest (1.1.1)
1.1.1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.1
## Schedule
github.com/Leebonggu/component-library
Leebonggu/component-library
@leebonggu/component-library
/
dist
/
esm
/
types
/
fields
/
Label.d.ts
3 lines
(2 loc)
•
229 B
TypeScript
View Raw
1
2
3
import
React
from
'react'
;
export
declare
const
Label
:
React
.
ForwardRefExoticComponent
<
Omit
<
React
.
DetailedHTMLProps
<
React
.
LabelHTMLAttributes
<
HTMLLabelElement
>,
HTMLLabelElement
>,
"ref"
> &
React
.
RefAttributes
<
HTMLLabelElement
>>;