New to KendoReact? Learn about KendoReact Free.
LoaderType
Specifies the Loader animation type.
The possible values are:
- pulsing(default)
- infinite-spinner
- converging-spinner
type LoaderType = "pulsing" | "infinite-spinner" | "converging-spinner";