Skip to content

Commit

Permalink
removed useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-ricks committed Oct 4, 2024
1 parent 2085019 commit b331e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ interface CustomTextInputProperties extends ComponentPropsWithoutRef<'input'> {
isFullWidth?: boolean;
}

// export type OptionalTextInputProperties = CustomTextInputProperties & JSX.IntrinsicElements['input'];
export type OptionalTextInputProperties = CustomTextInputProperties;

export type TextInputProperties = OptionalTextInputProperties &
Expand Down

0 comments on commit b331e2a

Please sign in to comment.