@eodash/eodash / Configuration / TEodashDatePicker
Interface: TEodashDatePicker
Properties
name
ts
name: "EodashDatePicker";properties?
ts
optional properties?: Partial<{
hideArrows: boolean;
hideInputField: boolean;
hintText: string;
toggleCalendar: boolean;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps, "hintText" | "hideArrows" | "hideInputField" | "toggleCalendar">;