@progress/kendo-vue-common
Version:
Kendo UI for Vue Common Utilities package
27 lines (26 loc) • 632 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const l = {
sizeMap: {
xs: "xs",
xsmall: "xs",
small: "sm",
medium: "md",
large: "lg"
},
roundedMap: {
small: "sm",
medium: "md",
large: "lg",
full: "full",
none: "none"
}
};
export {
l as kendoThemeMaps
};