import React, { forwardRef } from 'react'; import { FormControlMobile } from '@alfalab/core-components-form-control/mobile'; import { BaseInput, type BaseInputProps } from '../components/base-input'; export type InputMobileProps = Omit; export const InputMobile = forwardRef((restProps, ref) => ( ));