@xintao1105/rose-pie
Version:
```bash npm install @xintao1105/rose-pie ```
32 lines (31 loc) • 728 B
TypeScript
import { CSSProperties } from "react";
import type { interProps, legend } from "./index";
export declare const getLegendStyle: (legend: legend, _yData: any) => {
show: boolean;
legendStyle: CSSProperties;
ulStyle: {
display: string;
gap: string;
gridTemplateColumns: string;
};
a: {};
b: {};
c: {};
d: {};
} | {
show: boolean;
legendStyle?: undefined;
ulStyle?: undefined;
a?: undefined;
b?: undefined;
c?: undefined;
d?: undefined;
};
export declare const tip: (promptBoxTabs: any, _yData: any) => {
show: boolean;
a: {};
b: {};
c: {};
d: {};
};
export declare const getSeriesConfigure: (e: interProps, yData: any) => any;