@milaboratories/miplots4 1.0.93 → 1.0.94
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8155,4 +8155,4 @@ declare class MiPlots implements ChartInterface {
|
|
|
8155
8155
|
export(): string;
|
|
8156
8156
|
}
|
|
8157
8157
|
|
|
8158
|
-
export { type BubbleSettings, type ChartInterface, type DendroSettings, type DiscreteSettings, type HeatmapSettings, type HistogramSettings, MiPlots, type ScatterplotSettings, type ScatterplotUmapSettings, type Settings };
|
|
8158
|
+
export { type BubbleSettings, type ChartInterface, type DataByColumns, type DendroSettings, type DiscreteSettings, type HeatmapSettings, type HistogramSettings, MiPlots, type ScatterplotSettings, type ScatterplotUmapSettings, type Settings };
|