UNPKG

@progress/kendo-angular-progressbar

Version:

Kendo UI Angular component starter template

17 lines (16 loc) 586 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare const MIN_MAX_ERROR_MESSAGE = "The max value should be greater than the min."; /** * @hidden */ export declare const LABEL_DECIMALS = 3; /** * @hidden */ export declare const MIN_RATIO = 0.0001;