@oliasoft-open-source/charts-library 3.7.2 → 3.7.3
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.
|
@@ -1076,6 +1076,20 @@ export namespace CombiningTypes {
|
|
|
1076
1076
|
}
|
|
1077
1077
|
export function ExternalSelect(): import("react/jsx-runtime").JSX.Element;
|
|
1078
1078
|
export function SetDSDynamically(): import("react/jsx-runtime").JSX.Element;
|
|
1079
|
+
export function EmptyDS(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1080
|
+
export namespace EmptyDS {
|
|
1081
|
+
export namespace args_40 {
|
|
1082
|
+
export namespace chart_38 {
|
|
1083
|
+
export namespace data_20 {
|
|
1084
|
+
const datasets_20: never[];
|
|
1085
|
+
export { datasets_20 as datasets };
|
|
1086
|
+
}
|
|
1087
|
+
export { data_20 as data };
|
|
1088
|
+
}
|
|
1089
|
+
export { chart_38 as chart };
|
|
1090
|
+
}
|
|
1091
|
+
export { args_40 as args };
|
|
1092
|
+
}
|
|
1079
1093
|
import { LineChart } from './line-chart';
|
|
1080
1094
|
declare namespace basicChart { }
|
|
1081
1095
|
declare const customLegendContainerID: "custom-legend-container";
|
package/package.json
CHANGED