svelteplot 0.8.1-pr-301.0 → 0.8.1-pr-301.1
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.
|
@@ -44,6 +44,7 @@ declare class PublicPlotState {
|
|
|
44
44
|
get body(): HTMLDivElement;
|
|
45
45
|
get colorSymbolRedundant(): boolean;
|
|
46
46
|
get hasFilledDotMarks(): boolean;
|
|
47
|
+
get css(): ((d: string) => string) | null;
|
|
47
48
|
}
|
|
48
49
|
export declare function setPlot(initialState: PlotState): PlotState;
|
|
49
50
|
export declare function usePlot(): Readonly<TPlotState>;
|