export {}; export interface BaseInputProps extends React.InputHTMLAttributes { ref?: React.Ref; onValueChange: (val: string) => void; }