mx-ui-components
Version:
mobius ui library
24 lines (23 loc) • 606 B
TypeScript
export declare const graphsJSON: (props: any, treeData: any) => {
type: string;
styles: string;
version: string;
props: {
chartOptions: {
tooltipType: string;
series: {
type: string;
data: any[];
top: string;
bottom: string;
layout: string;
symbol: string;
symbolSize: number;
animationDurationUpdate: number;
emphasis: {
focus: string;
};
}[];
};
};
};