chore: Ignore broken types

This commit is contained in:
Sidharth Vinod
2024-10-02 19:33:16 +05:30
parent bb521f7af8
commit df1fba7fc5
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ export const filledCircle = (
const radius = 7;
const { cssStyles } = node;
// @ts-expect-error shapeSvg d3 class is incorrect?
const rc = rough.svg(shapeSvg);
const { nodeBorder } = themeVariables;
const options = userNodeOverrides(node, { fillStyle: 'solid' });

View File

@@ -29,6 +29,7 @@ export const lightningBolt = (parent: SVG, node: Node) => {
{ x: 2 * gap, y: height - gap / 2 },
];
// @ts-expect-error shapeSvg d3 class is incorrect?
const rc = rough.svg(shapeSvg);
const options = userNodeOverrides(node, {});