@antv/s2
Version:
effective spreadsheet render core lib
20 lines (19 loc) • 517 B
TypeScript
import type { BuildHeaderParams, BuildHeaderResult } from '../layout/interface';
/**
* Header Hierarchy
* - row header
* - tree layout
* - custom tree layout
* - grid layout
* - table layout
* - col header
* - grid layout
* - single value
* - total + sub_total
* - more than one value
* - total + sub_total
* - separate by values
* - table layout
* @param params
*/
export declare const buildHeaderHierarchy: (params: BuildHeaderParams) => BuildHeaderResult;