New to KendoReact? Learn about KendoReact Free.
LoaderSize
Updated over 6 months ago
Specifies the size of the Loader (see example).
The possible values are:
smallmedium(Default)large
type LoaderSize = "small" | "medium" | "large";