@progress/kendo-vue-inputs
Version:
12 lines (11 loc) • 548 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
*-------------------------------------------------------------------------------------------
*/
var r = /* @__PURE__ */ ((o) => (o.both = "both", o.horizontal = "horizontal", o.vertical = "vertical", o.none = "none", o))(r || {});
export {
r as TextAreaResizeEnum
};