Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mParticle/aquarium
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-dickman committed Jul 31, 2024
2 parents 36a2fd1 + 5892fb0 commit ff5f5e9
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 ff5f5e9

Please sign in to comment.