@progress/kendo-vue-layout
Version:
23 lines (22 loc) • 1 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
let t = /* @__PURE__ */ function(n) {
return n.TEXT = "text", n.IMAGE = "image", n.ICON = "icon", n;
}({}), e = /* @__PURE__ */ function(n) {
return n.HORIZONTAL = "horizontal", n.VERTICAL = "vertical", n;
}({}), E = /* @__PURE__ */ function(n) {
return n.DEFAULT = "default", n.primary = "primary", n.INFO = "info", n.SUCCESS = "success", n.WARNING = "warning", n.ERROR = "error", n;
}({}), r = /* @__PURE__ */ function(n) {
return n.START = "start", n.CENTER = "center", n.END = "end", n.STRETCHED = "stretched", n;
}({});
export {
t as avatarType,
r as cardActionsLayout,
e as cardOrientation,
E as cardType
};