import { IInput } from '../../molecules/input/input.interface'; export interface IInputCalendar extends IInput { }