UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

7 lines (6 loc) 281 B
export declare const OverTimeComparisonTypes: { SAME_PERIOD_PREVIOUS_YEAR: "same_period_previous_year"; PREVIOUS_PERIOD: "previous_period"; NOTHING: "nothing"; }; export declare type OverTimeComparisonType = "same_period_previous_year" | "previous_period" | "nothing";