UNPKG

victory-bar

Version:
8 lines 660 B
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