@vaadin/vaadin-grid
Version:
A free, flexible and high-quality Web Component for showing large amounts of tabular data
19 lines (16 loc) • 539 B
JavaScript
/**
* @license
* Copyright (c) 2000 - 2024 Vaadin Ltd.
*
* This program is available under Vaadin Commercial License and Service Terms.
*
*
* See https://vaadin.com/commercial-license-and-service-terms for the full
* license.
*/
import { GridColumnGroup } from '@vaadin/grid/src/vaadin-grid-column-group.js';
/**
* @deprecated Import `GridColumnGroup` from `@vaadin/grid/vaadin-grid-column-group` instead.
*/
export const GridColumnGroupElement = GridColumnGroup;
export * from '@vaadin/grid/src/vaadin-grid-column-group.js';