@progress/kendo-vue-listbox
Version:
14 lines (13 loc) • 556 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
*-------------------------------------------------------------------------------------------
*/
let T = /* @__PURE__ */ function(e) {
return e.TOP = "top", e.BOTTOM = "bottom", e.LEFT = "left", e.RIGHT = "right", e.NONE = "none", e;
}({});
export {
T as toolbarPosition
};