/**
* Column grouping feature for @toolbox-web/grid-vue
*
* Import this module to enable the `groupingColumns` prop on TbwGrid.
* Automatically bridges Vue render-function `groupHeaderRenderer` to vanilla DOM.
*
* @example
* ```vue
*
*
*
*
*
* ```
*
* @example Custom group header renderer
* ```vue
*
* ```
*
* @packageDocumentation
*/
export type { _Augmentation as _GroupingColumnsAugmentation } from '@toolbox-web/grid/features/grouping-columns';
//# sourceMappingURL=grouping-columns.d.ts.map