@progress/kendo-angular-progressbar
Version:
Kendo UI Angular component starter template
9 lines (8 loc) • 491 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* The position in which the status label will be displayed when visible.
*/
export type LabelPosition = 'start' | 'end' | 'center';