UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

20 lines (19 loc) 522 B
/** * DevExtreme (renovation/ui/scheduler/workspaces/base/group_panel/cell_props.js) * Version: 21.1.4 * Build date: Mon Jun 21 2021 * * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; exports.GroupPanelCellProps = void 0; var GroupPanelCellProps = { id: 0, text: "", data: { id: 0 }, className: "" }; exports.GroupPanelCellProps = GroupPanelCellProps;