import { TNumberInputWithNativeAttrs } from '../../atoms/NumberInput';
import { TInputWrapperUserInputProps } from '../../molecules/InputWrapper';
export type TFancyNumberInput = TNumberInputWithNativeAttrs & TInputWrapperUserInputProps & {
autoWidth?: boolean;
};