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