• Parameters

    • props: CommonGridProps & {
          scale: GridScale<GridScaleOutput>;
          tickValues?: any[];
          width: number;
      } & Omit<LineProps & Omit<SVGProps<SVGLineElement>, keyof LineProps>, "scale" | "width" | "tickValues" | keyof CommonGridProps> & MUIStyledCommonProps<Theme>
    • Optional context: any

    Returns null | ReactElement<any, any>

Generated using TypeDoc