sag_components 2.0.0-beta92 → 2.0.0-beta93
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.
|
@@ -108,6 +108,12 @@ declare namespace _default {
|
|
|
108
108
|
const description_17: string;
|
|
109
109
|
export { description_17 as description };
|
|
110
110
|
}
|
|
111
|
+
export namespace tooltipText {
|
|
112
|
+
const control_17: string;
|
|
113
|
+
export { control_17 as control };
|
|
114
|
+
const description_18: string;
|
|
115
|
+
export { description_18 as description };
|
|
116
|
+
}
|
|
111
117
|
}
|
|
112
118
|
}
|
|
113
119
|
export default _default;
|
|
@@ -153,6 +159,8 @@ export namespace SalesDollars {
|
|
|
153
159
|
export { referenceLineColor_1 as referenceLineColor };
|
|
154
160
|
const referenceLineDashed_1: string;
|
|
155
161
|
export { referenceLineDashed_1 as referenceLineDashed };
|
|
162
|
+
const tooltipText_1: string;
|
|
163
|
+
export { tooltipText_1 as tooltipText };
|
|
156
164
|
}
|
|
157
165
|
}
|
|
158
166
|
import { TwoBarCharts } from "./TwoBarCharts";
|