UNPKG

@progress/kendo-angular-listbox

Version:
15 lines (14 loc) 778 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ "use strict"; 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(); }