Type alias AxisLeftProps

AxisLeftProps: React.ComponentProps<typeof VxAxisLeft> & {
    className?: string;
}

Generated using TypeDoc