From 8477f950b028b46a1b65be653cab7c628d8280a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Wed, 10 Apr 2024 16:51:42 +0200 Subject: [PATCH] added commented funcions --- src/ui/lib/penpot.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/lib/penpot.d.ts b/src/ui/lib/penpot.d.ts index 74d861e..0586404 100644 --- a/src/ui/lib/penpot.d.ts +++ b/src/ui/lib/penpot.d.ts @@ -21,7 +21,7 @@ export interface PenpotFile { createText(options: TextShape): void; createImage(image: ImageShape): void; // createSVG(svg: any): void; - // closeeSVG(): void; + // closeSVG(): void; // addLibraryColor(color: any): void; // updateLibraryColor(color: any): void; // deleteLibraryColor(color: any): void;