@aveonline/ui-react
Version:
Home base for Aveonline design system - ecosystem react
5 lines (4 loc) • 303 B
TypeScript
/// <reference types="react" />
import { ICustomInput } from '../IDateInputPicker';
declare function CustomInput({ openCalendar, value, handleValueChange, clickDelete, auxInitialValue, textInsideInput, isError, isDisable, stateColors, withTime }: ICustomInput): JSX.Element;
export default CustomInput;