@progress/kendo-angular-listbox
Version:
Kendo UI for Angular ListBox
15 lines (14 loc) • 778 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const utils_1 = require("../utils");
function default_1(fileInfo, api) {
const j = api.jscodeshift;
const rootSource = j(fileInfo.source);
(0, utils_1.tsInterfaceTransformer)(fileInfo, rootSource, j, '@progress/kendo-angular-listbox', 'Toolbar', 'ListBoxToolbarConfig');
return rootSource.toSource();
}