Skip to content

Commit

Permalink
Chore/number input type (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Kaganas <[email protected]>
Co-authored-by: Gary Kaganas <[email protected]>
Co-authored-by: Gabriel Tibúrcio <[email protected]>
  • Loading branch information
4 people authored Jul 31, 2024
1 parent baa1fa2 commit 5892fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/data-entry/QueryItem/NumberInput.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import './query-item.css'
import type { ReactNode } from 'react'
import { InputNumber } from 'src/components'
import { Typography } from 'src/components/general/Typography/Typography'

export interface INumberInputProps {
value?: number | undefined
disabled?: boolean
errorMessage?: string
errorMessage?: ReactNode
autoFocus: boolean
placeholder?: string
min?: number
Expand Down

0 comments on commit 5892fb0

Please sign in to comment.