@progress/kendo-angular-indicators
Version:
Kendo UI Indicators for Angular
28 lines (27 loc) • 747 B
TypeScript
/**-----------------------------------------------------------------------------------------
* 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 ANIMATION_CLASSES: {
pulse: string;
wave: string;
};
/**
* @hidden
*/
export declare const SHAPE_CLASSES: {
rectangle: string;
circle: string;
text: string;
};
/**
* @hidden
*/
export declare const skeletonShapeError: (input: any) => string;
/**
* @hidden
*/
export declare const skeletonAnimationError: (input: any) => string;