vue-launchers
Version:
25 lines (24 loc) • 446 B
TypeScript
export declare const axisConfig: {
xposition: {
label: string;
value: string;
}[];
yposition: {
label: string;
value: string;
}[];
splitLint: {
lineStyle: {
type: {
label: string;
value: string;
}[];
};
};
visualMap: {
orient: {
label: string;
value: string;
}[];
};
};