New to Kendo UI for Angular? Start a free 30-day trial
InputRounded
Specifies the possible rounded options for the inputs.
Use this type to set the rounded property.
type InputRounded = "small" | "medium" | "large" | "full" | "none";