Skip to content

Commit

Permalink
Update Input.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nerderlyne authored Nov 25, 2022
1 parent 90eea3b commit 017d603
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/src/components/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ type WithTypeNumber = {
step?: NativeInputProps['step']
}

type WithDate = {
type?: 'datetime-local'
max?: NativeInputProps['max']
min?: NativeInputProps['min']
}

type Props = BaseProps & (WithTypeEmail | WithTypeText | WithTypeNumber)

export const Input = React.forwardRef(
Expand Down

1 comment on commit 017d603

@vercel
Copy link

@vercel vercel bot commented on 017d603 Nov 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reality – ./

reality-kali.vercel.app
reality-git-main-kalico.vercel.app
reality-kalico.vercel.app

Please sign in to comment.