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