@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
15 lines (14 loc) • 618 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
*-------------------------------------------------------------------------------------------
*/
import * as e from "react";
import { ToolbarSpacer as o } from "@progress/kendo-react-buttons";
const a = (r) => /* @__PURE__ */ e.createElement(o, { ...r });
a.displayName = "KendoReactGridToolbarSpacer";
export {
a as GridToolbarSpacer
};