import { BigIntTextField, WithFormControl } from './TextField.tsx'

export const BigIntInput = {
  TextField: BigIntTextField,
  WithFormControl,
}
