motorin along
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Input as AntInput, InputProps } from 'antd'
|
||||
|
||||
type Props = InputProps
|
||||
|
||||
export const Input = (props: Props) => {
|
||||
return <AntInput className="dank-input" {...props}></AntInput>
|
||||
}
|
||||
Reference in New Issue
Block a user