@progress/kendo-vue-layout
Version:
40 lines (39 loc) • 1.02 kB
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
export declare enum avatarShape {
CIRCLE = "circle",
SQUARE = "square",
ROUNDED = "rounded",
RECTANGLE = "rectangle"
}
export declare enum avatarType {
TEXT = "text",
IMAGE = "image",
ICON = "icon"
}
export declare enum cardOrientation {
HORIZONTAL = "horizontal",
VERTICAL = "vertical"
}
export declare enum cardType {
DEFAULT = "default",
primary = "primary",
INFO = "info",
SUCCESS = "success",
WARNING = "warning",
ERROR = "error"
}
export declare enum cardActionsLayout {
START = "start",
CENTER = "center",
END = "end",
STRETCHED = "stretched"
}