@milaboratories/miplots4 1.0.105 → 1.0.107
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 +53 -52
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2438,7 +2438,7 @@ type DataValue = string | number | null;
|
|
|
2438
2438
|
interface SettingsInterface {
|
|
2439
2439
|
type: string;
|
|
2440
2440
|
}
|
|
2441
|
-
type ChartEventHandlers<T> = T
|
|
2441
|
+
type ChartEventHandlers<T> = T;
|
|
2442
2442
|
|
|
2443
2443
|
declare const ScatterplotUmapSettingsSchema: z.ZodObject<{
|
|
2444
2444
|
type: z.ZodLiteral<"scatterplot-umap">;
|