victory-bar
Version:
Bar Component for Victory
8 lines • 660 B
TypeScript
import { BarProps } from "./bar";
export declare const getCustomBarPath: (props: BarProps, width: number) => string | undefined;
export declare const getVerticalBarPath: (props: any, width: any, cornerRadius: any) => string;
export declare const getHorizontalBarPath: (props: any, width: any, cornerRadius: any) => string;
export declare const getVerticalPolarBarPath: (props: BarProps, cornerRadius: any) => string;
export declare const getBarPath: (props: BarProps, width: number, cornerRadius: any) => string | undefined;
export declare const getPolarBarPath: (props: BarProps, cornerRadius: any) => string;
//# sourceMappingURL=path-helper-methods.d.ts.map