- GridColumns(props: CommonGridProps & {
height: number;
scale: GridScale<GridScaleOutput>;
tickValues?: any[];
} & Omit<LineProps & Omit<SVGProps<SVGLineElement>, keyof LineProps>, "height" | "scale" | "tickValues" | keyof CommonGridProps> & MUIStyledCommonProps<Theme>, context?: any): null | ReactElement<any, any>
-
Parameters
-
props: CommonGridProps & {
height: number;
scale: GridScale<GridScaleOutput>;
tickValues?: any[];
} & Omit<LineProps & Omit<SVGProps<SVGLineElement>, keyof LineProps>, "height" | "scale" | "tickValues" | keyof CommonGridProps> & MUIStyledCommonProps<Theme>
-
Optional
context: any
Returns null | ReactElement<any, any>