- GridRows(props: CommonGridProps & {
scale: GridScale<GridScaleOutput>;
tickValues?: any[];
width: number;
} & Omit<LineProps & Omit<SVGProps<SVGLineElement>, keyof LineProps>, "scale" | "width" | "tickValues" | keyof CommonGridProps> & MUIStyledCommonProps<Theme>, context?: any): null | ReactElement<any, any>
-
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>