@progress/kendo-vue-indicators
Version:
20 lines (19 loc) • 867 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* Specifies the theme color of the Loader.
* ([see example]({% slug appearance_loader %}#toc-theme-color)).
*
* The possible values are:
* * `base` (Default)—Applies base coloring.
* * `primary`—Applies coloring based on primary theme color.
* * `secondary`—Applies coloring based on secondary theme color.
* * `tertiary`— Applies coloring based on tertiary theme color.
*
*/
export type LoaderThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary';