UNPKG

@visactor/vtable

Version:

canvas table width high performance

7 lines (6 loc) 195 B
import type { GroupByOption } from '../ts-types'; export declare function getGroupByDataConfig(groupByOption: GroupByOption): { groupByRules: string[]; } | { groupByRules?: undefined; };