Type Alias GridConfig
Declaration
export type GridConfig = {
horizontalColor?: string;
verticalColor?: string;
stepX?: number;
stepY?: number;
lineWidthPx?: number;
enabled?: boolean;
};
export type GridConfig = {
horizontalColor?: string;
verticalColor?: string;
stepX?: number;
stepY?: number;
lineWidthPx?: number;
enabled?: boolean;
};