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