victory-bar
Version:
Bar Component for Victory
7 lines • 564 B
TypeScript
import { VictoryStyleObject } from "victory-core";
import { BarProps } from "./bar";
import { VictoryBarCornerRadiusKey } from "./victory-bar";
export declare const getBarWidth: (barWidth: BarProps["barWidth"], props: BarProps) => any;
export declare const getCornerRadius: (cornerRadius: BarProps["cornerRadius"], props: BarProps) => Partial<Record<VictoryBarCornerRadiusKey, import("victory-core").NumberOrCallback>>;
export declare const getStyle: (style: VictoryStyleObject | undefined, props: BarProps) => any;
//# sourceMappingURL=bar-helper-methods.d.ts.map