react-luminus-components 2.0.9 → 2.0.10

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.
@@ -14,9 +14,4 @@ export declare const isWannabeEmptyLabel: (data: Flexmonster.CellData) => boolea
14
14
  export declare const isIdCell: (cell: CellData, idColumn: string) => boolean | undefined;
15
15
  export declare const isAggregCell: (cell: CellData) => boolean;
16
16
  export declare const getHyperlinkColumnUrl: (hyperlinkColumnUrl: HyperlinkColumn["url"], id: string) => string | void;
17
- export declare const infinityFormat: {
18
- name: string;
19
- divideByZeroValue: string;
20
- infinityValue: string;
21
- };
22
17
  export {};