Skip to content

Commit

Permalink
fix ref type
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed May 15, 2024
1 parent 57de9c6 commit 82fa74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/Input/InlineInput/InlineInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface InlineInputProps
theme?: InputTheme;
}

export const InlineInput = forwardRef<HTMLDivElement, InlineInputProps>(
export const InlineInput = forwardRef<HTMLInputElement, InlineInputProps>(
(
{
inputClassName,
Expand Down

0 comments on commit 82fa74c

Please sign in to comment.