export const createGridLinesPath = (scaledGap: number, strokeWidth: number, stroke: string): string => { return ``; }; export const createGridDotsPath = (size: number, fill: string): string => { return ``; };