UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

13 lines (12 loc) 587 B
/** * DevExtreme (esm/__internal/grids/new/card_view/options.js) * Version: 25.2.7 * Build date: Tue May 05 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ import * as GridCore from "../../../grids/new/grid_core/options"; import * as ContentView from "./content_view/index"; import * as HeaderPanel from "./header_panel/index"; export const defaultOptions = Object.assign({}, GridCore.defaultOptions, ContentView.defaultOptions, HeaderPanel.defaultOptions);