Skip to content

Commit b507da1

Browse files
committed
fix types
1 parent 302f35a commit b507da1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/interactive-graphics-canvas.fixture.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export default function InteractiveGraphicsCanvasFixture() {
9292
graphics={steppedGraphics}
9393
height={500}
9494
showGrid={true}
95-
showDimensionTool={true}
9695
/>
9796
</div>
9897
)

lib/react.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from "../site/components/InteractiveGraphics/InteractiveGraphics"
2-
export * from "../site/components/InteractiveGraphicsCanvas/InteractiveGraphicsCanvas"
2+
export * from "../site/components/InteractiveGraphicsCanvas"
33
export * from "../site/components/CanvasGraphics/CanvasGraphics"

0 commit comments

Comments
 (0)