@progress/kendo-angular-indicators
Version:
Kendo UI Indicators for Angular
15 lines (14 loc) • 597 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* Specifies the appearance fill style of the Badge
* ([see example]({% slug appearance_badge %}#toc-fill)).
*
* The possible values are:
* * `solid` (Default)
* * `outline`
*
*/
export type BadgeFill = 'solid' | 'outline' | 'none';