@harbortouch/skytab-analytics-report-utils 0.5.2 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,3 +6,4 @@ export interface ColumnMetadata {
6
6
  }
7
7
  export declare const COLUMN_REGISTRY: Record<ReportColumnKey, ColumnMetadata>;
8
8
  export declare function getColumnMetadata(key: ReportColumnKey): ColumnMetadata;
9
+ export declare function getColumnExportHeaderLabel(colTitle: string, groupTitle: string | null): string;