ui
ui copied to clipboard
simpler InputProps
export interface InputProps
extends React.InputHTMLAttributes<HTMLInputElement> {}
in the current codebase can be simplified to
export type InputProps = React.InputHTMLAttributes<HTMLInputElement>
this change also fixes a lint error native to the t3 stack
Hi, I would like to pick up this issue.
#2320 Created a PR for the same
https://github.com/shadcn-ui/ui/pull/2320#issuecomment-1887558886
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.