victory-axis
Version:
Axis Component for Victory
33 lines • 849 B
TypeScript
import { VictoryAxisProps } from "./victory-axis";
export declare const getStyles: (props: any, styleObject?: VictoryAxisProps["style"]) => {
parent: any;
axis: any;
axisLabel: any;
grid: any;
ticks: any;
tickLabels: any;
};
export declare const getBaseProps: (initialProps: any, fallbackProps: any) => {
parent: {
style: any;
ticks: number[] | string[];
standalone: any;
theme: any;
width: any;
height: any;
padding: any;
domain: {
x: any;
y: any;
};
} & {
scale: {
[x: string]: import("victory-core").D3Scale<any> | undefined;
};
polar: any;
horizontal: any;
ticks: number[] | string[];
stringTicks: any;
};
};
//# sourceMappingURL=helper-methods.d.ts.map