diff --git a/src/Input.tsx b/src/Input.tsx
index 7b71a7ea..7579aec6 100644
--- a/src/Input.tsx
+++ b/src/Input.tsx
@@ -53,8 +53,8 @@ export namespace InputProps {
>;
/** Props forwarded to the underlying element */
nativeLabelProps?: DetailedHTMLProps<
- LabelHTMLAttributes,
- HTMLInputElement
+ LabelHTMLAttributes,
+ HTMLLabelElement
>;
nativeTextAreaProps?: never;
@@ -70,8 +70,8 @@ export namespace InputProps {
>;
/** Props forwarded to the underlying element */
nativeLabelProps?: DetailedHTMLProps<
- LabelHTMLAttributes,
- HTMLTextAreaElement
+ LabelHTMLAttributes,
+ HTMLLabelElement
>;
nativeInputProps?: never;