New to Kendo UI for Angular? Start a free 30-day trial
DateInputSize
Represents the possible size options of the DateInput.
The possible values are:
small
medium
(Default)large
none
type
DateInputSize = "small" | "medium" | "large" | "none";