tanish-malekar

Results 1 issues of tanish-malekar

#2316 ``` export interface InputProps extends React.InputHTMLAttributes {} ``` in the current codebase can be simplified to `export type InputProps = React.InputHTMLAttributes` this change also fixes a lint error native...