@progress/kendo-vue-common
Version:
Kendo UI for Vue Common Utilities package
23 lines (22 loc) • 564 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
*-------------------------------------------------------------------------------------------
*/
const m = {
sizeMap: {
small: "sm",
medium: "md",
large: "lg"
},
roundedMap: {
small: "sm",
medium: "md",
large: "lg"
}
};
export {
m as kendoThemeMaps
};